What problem does it solve? Code changes often get merged without structured review, letting bugs and architectural issues compound across tasks. This Skill enforces early, frequent review by dispatching a dedicated code-reviewer subagent with precisely crafted context. ## Core Features & Use Cases - Structured Review Dispatch: Builds a reviewer prompt from a template with git SHAs, implementation summary, and requirements so the reviewer evaluates the work product, not session history. - Severity-Categorized Feedback: Returns issues classified as Critical, Important, or Minor with file:line references and a clear merge verdict. - Workflow Integration: Defines when to request review—after each task in subagent-driven development, after major features, and before merging to main. - Use Case: After completing a task that adds verification functions, you capture the base and head commit SHAs, dispatch the reviewer subagent, receive feedback flagging a missing progress indicator, fix it, and proceed to the next task. ## Quick Start Ask the agent to request a code review of the changes between the previous commit and HEAD using the dx-code-reviewer template before continuing.