gsd-code-review-fix

Apply code review fixes to REVIEW.md and generate a REVIEW-FIX.md summary.

Updated Jan 28, 2025
One-click install
npx skills add https://github.com/aslaii/dotfiles --skill gsd-code-review-fix-aslaii
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-code-review-fix
Source: https://github.com/aslaii/dotfiles/tree/main/claude/skills/gsd-code-review-fix
Command: npx skills add https://github.com/aslaii/dotfiles --skill gsd-code-review-fix-aslaii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically fix issues identified during code reviews by applying targeted changes and generating a concise summary file.

Core Features & Use Cases

  • Spawns a dedicated fixer agent to apply fixes to REVIEW.md
  • Commits each fix atomically and outputs a REVIEW-FIX.md in the phase directory
  • Supports phase-scoped operation with flags like --all and --auto, including a 3-iteration re-review loop

Quick Start

Run the gsd-code-review-fix skill for the desired phase (e.g., 2) to auto-fix issues in REVIEW.md and generate a REVIEW-FIX.md summary.

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 issues found in code review?▼

To automatically fix code review issues, this skill spawns a dedicated fixer agent to apply targeted changes and commits each fix atomically. It processes issues from REVIEW.md and generates a REVIEW-FIX.md summary file in the phase directory.

What are atomic commits and how do they work with automated code fixes?▼

Atomic commits isolate each automated code fix into an individual, standalone git commit. This approach ensures that every change addressing a review issue is tracked separately, making it easier to manage, review, or revert specific fixes without affecting others.

Can I run automated code fixes across all phases at once?▼

Yes, you can run automated code fixes across all phases using the --all flag. The skill operates on a specified phase directory by default, and the --all flag extends the automated fixing and summary generation process to cover multiple phases.

How does the AI agent verify that automated code fixes are correct?▼

The AI agent verifies fixes by performing up to three re-review iterations after applying changes. This loop confirms that the issues identified in the original REVIEW.md are fully resolved before outputting the final REVIEW-FIX.md summary.

Do I need to manually edit files after the automated code review fix?▼

No, you do not need to manually edit files after the automated code review fix. The skill operates autonomously with the --auto flag, spawning a fixer agent to apply changes directly and presenting results through an inline summary with next steps.