cy-review-round

Generate review round directories and issue files from PRD implementations.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-review-round-ederfmatos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-review-round
Source: https://github.com/ederfmatos/claude-voice-bridge/tree/main/.claude/skills/cy-review-round
Command: npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-review-round-ederfmatos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of performing code reviews, tracking issues, and organizing them into a review round directory compatible with cy-fix-reviews, making the code review process more efficient and organized.

Core Features & Use Cases

  • Automated Code Review: Analyzes code changes against a set of predefined criteria and flags issues.
  • Issue Tracking: Generates issue files for identified issues with detailed descriptions and suggested fixes.
  • Review Round Directory: Organizes issues into a directory structure that can be processed by the cy-fix-reviews workflow.
  • Use Case: When reviewing implemented PRD tasks or conducting a quality audit of code changes, use this Skill to automatically generate a review round directory with issue files that are ready for analysis by the cy-fix-reviews workflow.

Quick Start

To start a review round for the 'feature-name' PRD implementation, use the command: cy-review-round feature-name

Frequently Asked Questions about cy-review-round

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

FAQPage Schema
How do I automate code reviews for PRD implementations?

To automate code reviews for PRD implementations, use a command-line tool to generate a structured review round directory containing detailed issue files. This process flags code changes against predefined criteria and organizes the output for subsequent automated issue tracking.

How do I track code review issues automatically from markdown files?

Tracking code review issues automatically requires specific markdown files for review criteria and issue templates. The system analyzes code changes against these templates to generate structured issue files with detailed descriptions and suggested fixes.

Do I need Python to run automated code review and issue tracking workflows?

Yes, you need Python version 3.12 or higher to run this automated code review and issue tracking workflow. The environment requires specific markdown files for review criteria and issue templates to function properly.

What is the best way to organize code review issues for a fix workflow?

The best way to organize code review issues for a fix workflow is to generate a review round directory structure. This directory aggregates identified issues into files that are directly compatible with downstream fix review processes.

How do I start a review round for a specific feature implementation?

To start a review round for a specific feature implementation, execute the command `cy-review-round feature-name` in your terminal. This initiates the automated analysis and generates the corresponding review directory.