cy-review-round

Installation
SKILL.md

Review Round

Perform a structured code review of a PRD implementation and produce a review round directory that the cy-fix-reviews workflow can process.

Required Inputs

  • Feature name identifying the .compozy/tasks/<name>/ directory.
  • Optional: specific files or directories to scope the review.

Workflow

  1. Determine the review round directory.

    • Derive the PRD directory from the feature name: .compozy/tasks/<name>/.
    • Verify the PRD directory exists. If it does not, stop and report the missing directory.
    • List existing reviews-NNN/ subdirectories to determine the next round number. If none exist, use round 1.
    • If prior review rounds exist, read their issue files to build a list of already-known issues. The current round must only contain NEW issues not already tracked in prior rounds. Do not re-flag issues that are pending, valid, or resolved in earlier rounds.
    • Determine the review round directory path: .compozy/tasks/<name>/reviews-NNN/ with the round number zero-padded to 3 digits. Do NOT create it yet — wait until step 4 confirms there are issues to write. This avoids leaving empty directories when the review finds no issues.
  2. Identify the review scope.

Related skills

More from compozy/kb

Installs
1
Repository
compozy/kb
GitHub Stars
37
First Seen
Apr 15, 2026