What problem does it solve? Code changes often get merged without systematic review, letting bugs, architecture problems, and unmet requirements slip into production. This Skill standardizes the review process by dispatching a dedicated code-reviewer subagent that compares your implementation against the original plan and categorizes issues by severity. ## Core Features & Use Cases - Structured Review Dispatch: Provides a repeatable workflow for gathering git SHAs and dispatching a code-reviewer subagent with a fill-in template. - Severity-Categorized Feedback: The reviewer template classifies findings as Critical, Important, or Minor, with file:line references and a clear merge verdict. - Workflow Integration: Defines when to request reviews—after each task in subagent-driven development, after major features, and before merging to main. - Use Case: After completing a feature task, you run the skill to get the base and head SHAs, dispatch the reviewer with your plan reference, receive categorized feedback, fix Critical and Important issues, and only then proceed to the next task. ## Quick Start Ask the AI to request a code review of your most recent commits against the task requirements before continuing to the next task.