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.development
Expands a raw idea into a structured, research-backed spec in .compozy/tasks/<slug>/_idea.md through interactive brainstorming, web research, business analysis, and multi-advisor debate. Use when the user has a feature idea and wants to explore and structure it before creating a PRD. Do not use for PRD creation, technical specifications, task breakdown, or code implementation.
testing
Reconciles a finished workflow's planned decisions (its Accepted ADRs) against the settled reality (git diff, review issues, and task status), then promotes the proven, cross-feature-durable ones into a durable project decision log at .compozy/DECISIONS.md plus .compozy/decisions/AD-NNN.md. Use when a workflow has finished its full pipeline (review round, reviews fix, and final verify) and you want to capture its durable decisions as the final step, or when re-running capture to refresh the log after further changes. Do not use for capturing decisions mid-implementation before review remediation, for PRD or TechSpec authoring, for PR review remediation, or for generic note-taking.
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.
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.