What problem does it solve? Completed code often goes unreviewed or is reviewed superficially by the same agent that wrote it, letting bugs and plan deviations cascade into later work. This Skill enforces a structured, independent review step using a dedicated reviewer subagent with precisely crafted context. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose reviewer subagent with a ready-made prompt template, keeping the diff evaluation out of your main session's context window. - Severity-Calibrated Feedback: The reviewer returns Strengths, Critical/Important/Minor issues with file:line references, Recommendations, and a clear merge verdict. - Git Range Targeting: Reviews a precise commit range using BASE_SHA and HEAD_SHA, with read-only rules that forbid mutating the working tree. - Use Case: After finishing a task in a multi-step implementation plan, capture the base and head commit SHAs, dispatch the reviewer with the plan requirements, fix any Critical or Important findings, then proceed to the next task with confidence. ## Quick Start Ask your agent to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before continuing to the next task.