← ClaudeAtlas

code-reviewlisted

Use when reviewing a PR, commit, pending diff, or codebase area; receiving review feedback; checking a done/fixed/passing/complete claim; or preparing to commit, merge, ship, or hand off completed work. Produces findings-first verdicts, adversarial review, feedback triage, and verification gates. This is the only code review skill; other workflows reuse its verdict contract via the `code-reviewer` agent instead of inventing their own review logic.
danielleit241/forge · ★ 1 · Code & Development · score 72
Install: claude install-skill danielleit241/forge
# code-review ## Overview | Field | Contract | | --- | --- | | Purpose | Apply one review discipline for diffs, feedback, and completion claims. | | Primary input | PR, commit, pending diff, codebase scope, reviewer feedback, or completion claim. | | Primary output | Findings-first verdict, feedback response, verification gate result, or fix-review cycle. | | Boundary | Do not claim done/fixed/passing without fresh verification evidence. | | Next handoff | Fix highest-severity findings, re-run verification, then ship when ready. | Use one review discipline everywhere: receive feedback rigorously, request adversarial review, and make completion claims only with fresh evidence. There is no separate review command or wrapper. Invoke this skill directly (`/code-review`) for standalone reviews, feedback reception, and completion gates. cook, fix, and ship dispatch the `code-reviewer` agent directly with their own scoped context (diff, root-cause claim, plan, and current verification evidence) — they share this skill's verdict contract but do not re-run the standalone protocol below on top of their own review steps. ## Resources | Practice | Load When | File | | --- | --- | --- | | Receiving feedback | Reviewer comments are unclear, risky, or conflict with local context | `references/code-review-reception.md` | | Requesting review | Cook/fix finished a phase, before merge, or standalone review is requested | `references/requesting-code-review.md` | | Verification gates | Befo