What problem does it solve? Code changes often ship with undetected bugs, plan deviations, or quality gaps because self-review misses issues. This Skill provides a structured process for dispatching an independent code reviewer subagent that evaluates completed work against its requirements before problems cascade into later tasks. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose reviewer subagent with a precisely crafted prompt template, keeping the reviewer focused on the work product rather than your session history. - Severity-Calibrated Feedback: Returns findings categorized as Critical, Important, or Minor, with file:line references, plus strengths, recommendations, and a clear merge verdict. - Read-Only Review Safety: Instructs the reviewer to inspect git history without mutating the working tree, index, or HEAD. - Use Case: After completing a task in subagent-driven development, capture the base and head SHAs, dispatch the reviewer with the plan requirements, fix Critical and Important issues, then proceed to the next task. ## Quick Start Ask Claude to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.