gsd-code-review-fix

Fix issues from a phase-specific REVIEW.md with atomic commits and REVIEW-FIX.md summary.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill gsd-code-review-fix-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review-fix
Source: https://github.com/coco-research/coco/tree/main/systems/gsd/skills/gsd-code-review-fix
Command: npx skills add https://github.com/coco-research/coco --skill gsd-code-review-fix-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of turning code review findings into concrete fixes, so teams can resolve issues faster and keep review feedback actionable.

Core Features & Use Cases

  • Phase-based remediation: Targets the correct phase's REVIEW.md and applies fixes only where they belong.
  • Selective fix scope: Focuses on Critical and Warning findings by default, with an option to include Info items when needed.
  • Automated iteration: Can re-run review and fix cycles up to three times to reduce residual issues and improve convergence.
  • Traceable output: Produces a REVIEW-FIX.md summary and commits each fix atomically for cleaner history and easier auditing.

Quick Start

Ask the assistant to run gsd-code-review-fix for the desired phase, optionally including --all or --auto if you want broader coverage or iterative re-review.

Frequently Asked Questions about gsd-code-review-fix

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

FAQPage Schema
How do I automate code review remediation for specific project phases?

Automated code review fix workflows target a phase-specific REVIEW.md file to apply scoped fixes. The process validates the phase, checks review status, applies fixes selectively, and generates a REVIEW-FIX.md summary for traceable output.

How do I commit code review fixes atomically for cleaner history?

To commit code review fixes atomically, the workflow processes findings from REVIEW.md and commits each fix individually, ensuring cleaner version history and easier auditing while generating a REVIEW-FIX.md summary to track remediation actions.

What is the best way to resolve critical and warning findings from a code review?

The best way to resolve critical and warning findings is using selective fix scope, which targets these high-priority items by default, with an option to include informational items and iterate re-review cycles up to three times to reduce residual issues.

Can I run iterative re-review cycles to reduce residual code issues?

Yes, you can run iterative re-review cycles up to three times to reduce residual code issues. Using the --auto option triggers automated iteration, allowing the workflow to re-run review and fix cycles to improve convergence and resolve feedback completely.

Does the review remediation workflow require a specific file format?

Yes, the review remediation workflow requires a phase-specific REVIEW.md file as input to identify issues, and generates a REVIEW-FIX.md summary file as output to document the applied fixes and maintain traceable audit history.

What are the limitations of selective scope control in bug fixing?

Selective scope control in bug fixing focuses on critical and warning findings by default, meaning informational items are excluded unless explicitly included with the --all option, preventing scope creep but potentially leaving minor info-level issues unresolved.