What problem does it solve? Code issues caught late compound into larger problems. This Skill provides a structured workflow for requesting code reviews from a dedicated reviewer subagent, ensuring completed work is verified against requirements before merging or moving to the next task. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose subagent with a crafted prompt template so the reviewer evaluates only the work product, not your session history. - Structured Review Template: The code-reviewer.md template enforces severity-calibrated feedback (Critical, Important, Minor) with file:line references and a clear merge verdict. - Git Range Targeting: Reviews a precise commit range using BASE_SHA and HEAD_SHA, with read-only review rules that protect the working tree. - Use Case: After finishing a feature task, capture the base and head commit SHAs, dispatch the reviewer subagent with the filled template, then fix Critical and Important issues before proceeding to the next task. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code reviewer template.