What problem does it solve? Code changes often get merged without independent verification, letting bugs, missing requirements, and architectural issues compound across tasks. This Skill structures the review request so a fresh reviewer subagent evaluates only the work product, not your session history. ## Core Features & Use Cases - Structured Review Dispatch: Fills a code-reviewer template with what was implemented, the plan, and git SHAs so the reviewer gets precise context. - Severity-Based Feedback Loop: Categorizes findings as Critical, Important, or Minor, with clear rules for which issues block progress. - Workflow Integration: Defines mandatory review points for subagent-driven development, plan execution, and pre-merge checks. - Use Case: After completing a task that adds verification functions, you capture the base and head commit SHAs, dispatch the reviewer subagent with the plan reference, receive categorized feedback, fix the Important issues, and continue to the next task. ## Quick Start Ask the assistant to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before continuing.