cy-review-round

Generate a manual code review round for a PRD implementation with deduplicated issue files.

Updated May 15, 2026
One-click install
npx skills add https://github.com/JBonfim/skill-developer --skill cy-review-round-jbonfim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-review-round
Source: https://github.com/JBonfim/skill-developer/tree/main/.agents/skills/cy-review-round
Command: npx skills add https://github.com/JBonfim/skill-developer --skill cy-review-round-jbonfim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about cy-review-round

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a manual code review round for a PRD implementation?

To generate a manual code review round for a PRD implementation, provide the feature name so the skill can locate the PRD, techspec, and tasks. It then computes the next review directory and writes deduplicated issue files with correct YAML frontmatter.

What is issue deduplication in code review tracking?

Issue deduplication in code review tracking prevents re-flagging issues already present in earlier review rounds. The skill detects the next reviews directory, compares new findings against existing ones, and writes only new, deduplicated issues.

Can I scope a manual PRD code review to specific Git diffs?

Yes, you can scope a manual PRD code review by providing specific paths. The skill uses the feature name to discover the full scope but optionally accepts user-provided paths to limit the review and issue generation.

What quality audit categories are checked during a review round?

Quality audit categories checked during a review round include security, correctness, concurrency, performance, error handling, maintainability, testing, architecture, and operations. The skill flags issues across these dimensions and skips empty rounds.

Do I need an external review provider to create issue files?

No, you do not need an external review provider to create issue files. The skill produces a structured manual review round and generates issue files compatible with cy-fix-reviews entirely on its own.

When should I skip creating a review round directory?

You should skip creating a review round directory when the audit yields no new issues. The skill automatically skips empty rounds and avoids writing files if deduplicated issues are not found.