What problem does it solve? Code review often degrades into performative agreement or skipped verification. This Skill enforces technical rigor when requesting reviews, responding to reviewer feedback, and dispatching reviewer subagents, so issues are caught before merge and feedback is validated rather than blindly implemented. ## Core Features & Use Cases - Review Triggering Guidance: Defines when to initiate a review (before merge, after complex bug fixes, when stuck) and how to dispatch a review subagent with git SHA ranges. - Feedback Handling Protocol: Provides a structured response pattern for received feedback—read, restate, verify against the codebase, then implement or push back with technical reasoning. - Reviewer Prompt Templates: Includes ready-to-use templates for code quality review and spec-compliance review, with severity classification (Critical/Important/Minor) and merge readiness assessment. - Use Case: Before merging a feature branch, dispatch the spec-compliance reviewer to confirm the implementation matches requirements, then run the code quality reviewer to catch architecture, testing, and error-handling gaps. ## Quick Start Ask the AI to review the changes between the base commit and HEAD against the original plan using the code review skill.