gsd-code-review-fix

Apply code review fixes from REVIEW.md with atomic commits and generate REVIEW-FIX.md summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-fix issues found by code review in REVIEW.md by spawning a fixer agent, applying fixes atomically, and producing a SUMMARY in REVIEW-FIX.md.

Core Features & Use Cases

  • Spawns a gsd-code-fixer agent to apply fixes atomically for each issue.
  • Commits each fix separately to preserve a clear history and rollback options.
  • Generates a phase-specific REVIEW-FIX.md summary to review changes and outcomes.
  • Supports automated iteration with --auto and selective scope with --all for broader fixes.

Quick Start

Specify the phase number to fix (e.g., 2) and optionally use --all or --auto to run automated fixes on REVIEW.md.

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 automatically fix code review issues in a git workflow?▼

Automatically fixing code review issues is handled by spawning a fixer agent that applies changes recorded in REVIEW.md. It commits each fix atomically to preserve git history and generates a REVIEW-FIX.md summary of the outcomes.

How does atomic commit workflow work for automated code fixes?▼

The atomic commit workflow for automated code fixes works by committing each fix separately as the fixer agent processes findings in REVIEW.md. This approach preserves a clear git history and provides distinct rollback options for every individual change.

Can I automate fixing all code review findings at once?▼

Yes, you can automate fixing all code review findings at once by using the --all and --auto flags. The --all flag broadens the fix scope, while --auto runs automated iterations on the REVIEW.md findings without manual intervention.

Do I need a specific file format to automate code review fixes?▼

Yes, you need a REVIEW.md file containing the code review findings to automate code review fixes. The fixer agent reads this markdown file within a specified development phase to apply targeted changes and generate a phase-specific REVIEW-FIX.md summary.

What is the best way to track applied fixes in a phase-based development workflow?▼

The best way to track applied fixes in a phase-based development workflow is by generating a phase-specific REVIEW-FIX.md summary. This file documents the changes and outcomes after the fixer agent processes the REVIEW.md findings.