What problem does it solve? Manual code reviews of PRD implementations are inconsistent and produce unstructured feedback that is hard to track and fix. This Skill performs a systematic review against requirements and produces machine-parseable issue files that downstream fix workflows can process automatically. ## Core Features & Use Cases - Structured Review Rounds: Creates numbered reviews-NNN/ directories containing issue_NNN.md files with severity, file, line, and triage frontmatter compatible with the cy-fix-reviews workflow. - Requirements Cross-Checking: Validates the implementation against _prd.md, _techspec.md, and ADRs, flagging missing or deviating requirements as correctness issues. - Severity-Based Triage: Classifies findings as critical, high, medium, or low across nine evaluation areas including security, concurrency, and error handling, with deduplication and lint-overlap filtering. - Use Case: After implementing a feature branch, run a review round to get a merge recommendation, a prioritized issue list, and a _meta.md summary ready for automated remediation. ## Quick Start Review the implementation of the feature named 'user-auth' and generate a new review round with issue files.