What problem does it solve?
It turns a PRD implementation into a structured, manual review round by discovering the correct feature scope, validating against prior review rounds, and producing deduplicated issue files compatible with cy-fix-reviews.
Core Features & Use Cases
- PRD-aware scope discovery: Uses the feature name to locate
.compozy/tasks/<name>/, reads _prd.md, _techspec.md, _tasks.md, ADRs, and determines what to review (optionally scoped by user-provided paths).
- Review-round tracking with deduplication: Detects the next
reviews-NNN directory, avoids re-flagging issues already present in earlier rounds, and deduplicates repeated patterns.
- Quality-audit style outputs: Flags issues across security, correctness, concurrency, performance, error handling, maintainability, testing, architecture, and operations, and skips empty rounds.
Quick Start
Ask the skill to review the PRD implementation for feature my-feature and generate a manual review round using the existing PRD and code changes for that scope.