skills/cy-fix-reviews/SKILL.md
Executes provider-agnostic PR review remediation using existing review round files under .compozy/tasks/<name>/reviews-NNN/. Use when resolving batched review issues, updating issue markdown files, implementing fixes, and verifying the result. Do not use for PRD task execution, review export/fetch, or generic coding tasks without review issue files.
npx skillsauth add compozy/compozy cy-fix-reviewsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute the review remediation workflow in a strict sequence. The review files already exist and define the full scope for the run.
<batch_issue_files>.cy-final-verify.Gather round context.
provider, pr, round, and round_created_at values agree.<batch_scope> to identify the PRD name, review round, code files in scope, and conditional flags such as auto-commit.Read and triage the scoped issue files.
status from pending to valid or invalid.## Triage: state why the issue is valid or invalid, identify the root cause if valid, and outline the intended fix approach.Fix valid issues completely.
valid issue in scope.<batch_scope> code files. If a fix absolutely requires touching a file not listed there, limit the change to the minimum needed and document why in the issue file's ## Triage section.Close out issue files correctly.
valid issue, set frontmatter status: resolved only after the code and verification are done.invalid issue, document why it is invalid and then set frontmatter status: resolved once the analysis is complete.Verify before completion.
cy-final-verify before any completion claim or automatic commit.## Triage section and proceed. If two fixes conflict with each other and verification cannot pass after two attempts, document the conflict in both issue files and report the situation rather than looping indefinitely.<batch_scope> shows "Automatic commits: enabled".compozy reviews fetch already produced the round files.gh mutations. Compozy resolves provider threads after the batch succeeds.resolved before the underlying work and verification are actually complete.tools
Explains Compozy capabilities, CLI commands, core workflow skills, optional extension skills, configuration, artifact structure, reusable agents, and extensions. Use when the user asks how to use Compozy, what commands are available, how the workflow pipeline works, or how to configure a workspace. Do not use for executing workflow steps — use the specific cy- skills instead.
development
Performs a comprehensive code review of a PRD implementation and generates a review round directory with issue files compatible with cy-fix-reviews. Use when reviewing implemented PRD tasks, creating a manual review round without an external provider, or performing a quality audit of code changes. Do not use for fetching reviews from external providers, fixing existing review issues, executing PRD tasks, or editing source code.
data-ai
Maintains workflow-scoped task memory for Compozy runs using .compozy/tasks/<name>/memory/ files. Use when a task prompt provides workflow memory paths and requires the agent to read, update, compact, and promote durable context across PRD task executions. Do not use for PR review remediation, global user preferences, or programmatic event-log summarization.
development
Enforces fresh verification evidence before any completion, fix, or passing claim, and before commits or PR creation. Use when an agent is about to report success, hand off work, or commit code. Do not use for early planning, brainstorming, or tasks that have not yet reached a concrete verification step.