cy-fix-reviews

Apply pre-existing review round files to triage, fix, and verify batched PR issues.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-fix-reviews-matheusbbarni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-fix-reviews
Source: https://github.com/MatheusBBarni/symphony-orchestrator/tree/main/.agents/skills/cy-fix-reviews
Command: npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-fix-reviews-matheusbbarni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provider-agnostic PR review remediation can be tedious and error-prone when handling batched reviews across multiple issues and rounds. This Skill applies pre-existing review round files to enforce consistent triage, fixes, and verification.

Core Features & Use Cases

  • Triage and validate: Read provider/round details from review files and determine validity for each issue.
  • Apply fixes and updates: Implement changes described in reviews and update issue markdown files accordingly.
  • Verify outcomes: Run final verification to ensure all changes meet quality gates and are ready for commit.

Quick Start

Triages and fixes all provider-agnostic review issues in the current batch using existing review round files.

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 multiple rounds?

Automate pull request review remediation by applying pre-existing review round files under .compozy/tasks/cy-fix-reviews/reviews-NNN/ to batch process issues across multiple rounds consistently. It reads frontmatter, sequences remediations, and updates markdown files.

What is provider-agnostic PR review remediation and when do I need it?

Provider-agnostic PR review remediation resolves batched review issues across different provider types using consistent triage and verification. You need it when handling multiple review rounds that require uniform fixes and markdown updates.

How do I apply batched fixes to multiple PR review issues at once?

Apply batched fixes to multiple PR review issues by reading provider and round details from existing review files, validating each issue, implementing described changes, and updating the issue markdown files accordingly.

Does PR review remediation work with markdown files across different provider types?

PR review remediation works with markdown files across different provider types by reading review round files, applying consistent triage and fixes, and updating markdown content to reflect resolved issues.

How do I verify PR review fixes meet quality gates before committing?

Verify PR review fixes meet quality gates by running final verification with cy-final-verify compliance after implementing all described changes, ensuring all remediated issues are ready for commit.

What's the best way to handle multiple rounds of PR reviews without missing issues?

Handle multiple rounds of PR reviews by sequencing remediations from review round files in order, applying consistent triage and fixes across each batch, and performing final verification to ensure no issues are missed.