What problem does it solve? Code written by AI agents or developers often goes unreviewed until issues compound across tasks. This Skill enforces a structured review checkpoint by dispatching a dedicated reviewer subagent with precisely scoped context, catching Critical and Important issues before they cascade into more work. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose subagent using a detailed reviewer prompt template, keeping the reviewer's context separate from your working session. - Structured Feedback Format: Returns strengths, severity-categorized issues (Critical / Important / Minor), recommendations, and a clear merge readiness verdict. - Git Range Scoping: Reviews a precise commit range using BASE_SHA and HEAD_SHA so feedback targets exactly the changes made. - Use Case: After completing a task in subagent-driven development, you capture the base and head commit SHAs, dispatch the reviewer with the task requirements, receive categorized feedback, fix Important issues, and proceed to the next task with confidence. ## Quick Start Ask the agent to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before continuing to the next task.