What problem does it solve? When completing tasks or features, self-reviewing your own code burns context and misses issues. This Skill dispatches a dedicated code reviewer subagent with precisely crafted context so problems are caught before they cascade into more work. ## Core Features & Use Cases - Structured Review Dispatch: Fills a reusable reviewer prompt template with a description, requirements, and git SHA range, then sends it to a general-purpose subagent. - Severity-Calibrated Feedback: The reviewer returns strengths, issues categorized as Critical, Important, or Minor, recommendations, and a clear merge verdict. - Read-Only Review Safety: The reviewer is instructed to inspect history with git diff and git show without mutating the working tree or HEAD. - Use Case: After finishing a task in subagent-driven development, capture the base and head SHAs, dispatch the reviewer, fix Critical and Important issues, 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.