cy-fix-reviews

Process review round files and update issue markdowns for PR remediation.

2.5k|134|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/compozy/compozy --skill cy-fix-reviews-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-fix-reviews
Source: https://github.com/compozy/compozy/tree/main/.agents/skills/cy-fix-reviews
Command: npx skills add https://github.com/compozy/compozy --skill cy-fix-reviews-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates provider-agnostic PR review remediation by processing existing review round files and updating issue markdowns, enabling consistent, auditable fixes in batched review workflows.

Core Features & Use Cases

  • Automatic triage of scoped issues based on round metadata and issue files.
  • Sequential remediation of valid issues with proper validation and testing.
  • Works across multiple providers and review formats to converge on a verified fix.

Quick Start

Provide the batch_issue_files and the review round directory to begin remediation.

Frequently Asked Questions about cy-fix-reviews

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

FAQPage Schema
How do I automate pull request review remediation across different code review providers?

Automate pull request review remediation by processing existing review round files and updating issue markdowns. The workflow reads batch context from _meta.md and batch_scope to identify the provider, round, and code files, enabling consistent and auditable fixes across multiple providers.

What is the best way to batch fix code review issues in a pull request workflow?

The best way to batch fix code review issues is through a strict triage workflow that scopes valid issues based on round metadata. It sequentially remediates issues within the batch scope, updating issue markdowns to track progress and converge on a verified fix.

How does issue triage work for batched pull request review rounds?

Issue triage for pull request review rounds works by reading metadata from _meta.md and batch_scope files. This identifies the provider, review round, and specific code files, enforcing a strict triage process to filter and sequence valid issues for remediation.

Do I need existing review round files to start PR review remediation?

Yes, you need existing review round files to start PR review remediation. You must provide the batch_issue_files and the review round directory so the workflow can read the necessary batch context, identify the provider, and enforce the strict triage and fix workflow.

How are remediated PR review issues verified before a batch completes?

Remediated PR review issues are verified using the cy-final-verify dependency. After sequentially fixing valid issues within the batch scope, the workflow relies on this verification step and reports the final status once the batch completes.

When should I use a batched workflow for pull request review fixes?

Use a batched workflow for pull request review fixes when you need consistent, auditable remediation across multiple providers and review formats. It is ideal for processing scoped issues sequentially with proper validation and testing to converge on a verified fix.