What problem does it solve? Code changes often ship with undetected bugs, architecture flaws, or unmet requirements because developers skip structured review. This Skill enforces early, frequent review by dispatching a dedicated code-reviewer subagent that compares implementation against the plan before issues cascade. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a code-reviewer subagent with a structured template covering code quality, architecture, testing, and requirements compliance. - Severity-Categorized Feedback: Returns issues classified as Critical, Important, or Minor with file:line references and a clear merge-readiness verdict. - Workflow Integration: Fits subagent-driven development, plan execution, and ad-hoc development, with defined triggers like after each task or before merging. - Use Case: After completing a task in a multi-step plan, capture the base and head git SHAs, dispatch the reviewer with what was implemented and the requirements, then fix Critical and Important issues before moving to the next task. ## Quick Start Ask the AI to request a code review of the changes you just implemented against the task requirements before proceeding to the next task.