원클릭으로
review
Run an independent, report-only review of a change.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run an independent, report-only review of a change.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a task autonomously with reversible defaults and a reviewable handback.
Turn an idea into an approved implementation spec through collaborative design.
Inspect and commit the intended local changes cleanly.
Diagnose bugs, test failures, and unexpected behavior from evidence before changing code.
Isolate independent or context-heavy work when parallelism or fresh context materially improves the task.
Capture hard-won engineering knowledge in durable project documentation.
| name | review |
| description | Run an independent, report-only review of a change. |
| disable-model-invocation | true |
Invocation authorizes one risk-proportionate independent review. The default is report-only; modify code only when the user explicitly asks for review and fixes.
git status --short, including staged, unstaged, deleted, and untracked files. Read both tracked diffs and the full contents of every untracked file in scope; git diff alone is never a complete working-tree review.lens-correctness.md) always.lens-craft.md) for implementation, structure, reuse, naming, or maintainability changes.lens-performance.md) for hot paths, rendering, concurrency, resource use, interface design, or architectural changes.file:line and issue, preserve finding class and category, and reconcile the verdict:
If fixes were explicitly requested, address material gaps and run targeted verification. Start another full review only when a material design change invalidates the first review or the user asks for one.
material-gap: incorrect, incomplete, unsafe, or materially harmful.prose-clarity: a concrete, inexpensive clarity defect.implementation-detail: non-blocking preference; omit unless the user requested exhaustive detail.