What problem does it solve? Completed code often ships with undetected bugs, plan deviations, and quality gaps because self-review is unreliable and inline diff review consumes the coordinator's context window. This Skill structures the review process by dispatching a dedicated reviewer subagent with precisely crafted context. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose reviewer subagent with a structured prompt template covering plan alignment, code quality, architecture, testing, and production readiness. - Severity-Calibrated Feedback: Returns findings categorized as Critical, Important, and Minor issues with file:line references, plus a clear merge readiness verdict. - Read-Only Review Safety: Instructs the reviewer to inspect git history without mutating the working tree, index, or HEAD. - Use Case: After finishing a feature task, you capture the base and head commit SHAs, dispatch the reviewer with the plan reference, receive categorized feedback, fix Critical and Important issues, and only then proceed to the next task or merge. ## Quick Start Ask the assistant to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.