with one click
review
Run an independent, report-only review of a change.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run an independent, report-only review of a change.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.