What problem does it solve? Code changes often get merged without independent review, letting bugs, architecture flaws, and unmet requirements slip into production. This Skill structures the review request process so every task or feature gets evaluated by a dedicated reviewer subagent with precisely crafted context. ## Core Features & Use Cases - Structured Review Dispatch: Fills a code-reviewer template with implementation details, requirements, and git SHAs so the reviewer sees only the work product, not your session history. - Severity-Based Feedback Handling: Categorizes reviewer output into Critical, Important, and Minor issues with clear rules for when to fix, defer, or push back. - Workflow Integration: Defines mandatory review checkpoints for subagent-driven development, plan execution, and pre-merge verification. - Use Case: After completing a feature task, you capture the base and head commit SHAs, dispatch the code-reviewer subagent with the filled template, receive a severity-categorized assessment, fix Critical and Important issues, then proceed to the next task. ## Quick Start Ask the AI to request a code review of your latest commits using the code-reviewer template before merging to main.