What problem does it solve? Manually auditing a completed PRD implementation against its requirements is slow and inconsistent, and review findings often lack a structured format that automated fix workflows can consume. This Skill performs a disciplined code review and writes standardized issue files that the cy-fix-reviews workflow can process directly. ## Core Features & Use Cases - Requirements cross-checking: Validates the implementation against _prd.md, _techspec.md, _tasks.md, and ADRs, flagging missing or deviating requirements as correctness issues. - Severity-ranked issue files: Generates issue_NNN.md files with YAML frontmatter (severity, file, line, round, status) inside a reviews-NNN directory, deduplicated and filtered against linter findings. - Workflow handoff: Emits a structured emit_handoff payload with issue summaries and target files so the fix step can act immediately. - Use Case: After finishing a feature branch, run the review to produce .compozy/tasks/<name>/reviews-001/ with precise, non-duplicated issues, then run compozy reviews fix to remediate them. ## Quick Start Review the implementation of the feature named 'user-auth' and create a review round with issue files for any problems found.