What problem does it solve? Code changes often get merged without independent verification, letting bugs and architectural issues compound across tasks. This Skill provides a structured workflow for requesting an independent code review of your work using a dedicated reviewer subagent with precisely scoped context. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a code-reviewer subagent with a clean context containing only the git diff, requirements, and description, keeping the reviewer focused on the work product. - Severity-Categorized Feedback: Returns issues classified as Critical, Important, or Minor with file:line references, plus a clear merge-readiness verdict. - Workflow Integration: Defines mandatory review checkpoints after each task in subagent-driven development, after major features, and before merging to main. - Use Case: After completing a feature task, you capture the base and head git SHAs, dispatch the reviewer with the plan reference, receive categorized feedback, fix Critical and Important issues, and then proceed 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 before continuing to the next task.