iiRecord
Agentic AI Atlas · scope-boundary:code-review.scope
scope-boundary:code-review.scopea5c.ai
II.
ScopeBoundary JSON

scope-boundary:code-review.scope

Structured · live

scope-boundary:code-review.scope json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · sourceref-scope/scope-boundaries/code-review.yamlCluster · sourceref-scope
Record JSON
{
  "id": "scope-boundary:code-review.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/code-review.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "skill:code-review",
    "inScope": "Reviewing a pull request or diff for correctness, security, performance,\nstyle adherence, and test coverage. Produces structured comments per\nfile/line. Works across mainstream languages and frameworks present in\nthe diff.\n",
    "outOfScope": "Architectural redesign (delegated to system-design), full security\naudit (delegated to security-review), production incident triage,\nlicense / IP review, and reviewing changes spanning unrelated repos.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail",
      "out-of-scope-reason:future-phase"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:code-review.scope",
      "to": "skill:code-review",
      "kind": "bounds_subject"
    },
    {
      "from": "scope-boundary:code-review.scope",
      "to": "out-of-scope-reason:implementation-detail",
      "kind": "has_out_of_scope_reason"
    },
    {
      "from": "scope-boundary:code-review.scope",
      "to": "out-of-scope-reason:future-phase",
      "kind": "has_out_of_scope_reason"
    }
  ],
  "incomingEdges": []
}