What problem does it solve? Code issues caught late compound into larger rework. This Skill dispatches a dedicated code reviewer subagent with precisely crafted context—git SHAs, requirements, and a structured review template—so completed work is verified against its plan before merging or moving to the next task. ## Core Features & Use Cases - Structured Review Dispatch: Fills a reusable reviewer prompt template with description, requirements, and base/head commit SHAs, then sends it to a general-purpose subagent. - Severity-Calibrated Feedback: The reviewer returns strengths, issues categorized as Critical/Important/Minor with file:line references, recommendations, and a merge-readiness verdict. - Read-Only Review Safety: The template forbids the reviewer from mutating the working tree, index, or HEAD, requiring git show/diff or a separate worktree for inspection. - Use Case: After finishing a task in subagent-driven development, capture BASE_SHA and HEAD_SHA, dispatch the reviewer, fix Critical and Important issues, then proceed to the next task with confidence. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.