What problem does it solve? Code issues caught late compound into larger problems. This Skill provides a structured workflow for requesting code reviews from a dedicated reviewer subagent, ensuring completed work is verified against requirements before merging or moving to the next task. ## Core Features & Use Cases - Subagent-Based Review: Dispatch a general-purpose reviewer subagent with precisely crafted context (description, requirements, git SHAs) so it evaluates the work product, not your session history. - Reusable Reviewer Template: A ready-made prompt template (code-reviewer.md) that checks plan alignment, code quality, architecture, testing, and production readiness, returning severity-categorized feedback. - Severity-Calibrated Feedback: Issues are classified as Critical, Important, or Minor with file:line references, plus a clear merge verdict. - Use Case: After finishing a feature task, capture the base and head commit SHAs, dispatch the reviewer subagent with the template, fix Critical and Important issues, then proceed to the next task with confidence. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code reviewer template before merging.