What problem does it solve? Code reviews often fail because the reviewer lacks context or the author skips review entirely for "simple" changes. This Skill structures the review request process so a fresh reviewer subagent evaluates the actual work product against the original requirements, catching correctness, test quality, and code quality issues before they reach main. ## Core Features & Use Cases - Structured Review Dispatch: Provides a complete prompt template for a reviewer subagent, including SHAs, requirements, and a severity-based output format. - Severity-Based Triage: Classifies findings as Critical, Important, or Minor with clear rules for how to act on each level before merging. - Use Case: After finishing a feature branch, run the Skill to get the base and head SHAs, gather the spec from .project/docs/specs/, and dispatch a reviewer subagent that returns a Ready to merge or Needs fixes assessment. ## Quick Start Ask the AI to request a code review for the current branch against origin/main using the review-request workflow before merging.