scope-boundary:code-review.scope
scope-boundary:code-review.scope
ScopeBoundarysourceref-scope/scope-boundaries/code-review.yaml·Open in Graph → {
"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"
}
],
"incomingEdges": []
}