gsd-code-review-fix

Parse REVIEW.md files and dispatch a fixer agent to apply atomic code changes.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nnexai/git-stacks --skill gsd-code-review-fix-nnexai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review-fix
Source: https://github.com/nnexai/git-stacks/tree/main/.github/skills/gsd-code-review-fix
Command: npx skills add https://github.com/nnexai/git-stacks --skill gsd-code-review-fix-nnexai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead of addressing code review feedback by automating the application of fixes, ensuring atomic commits, and maintaining a clear audit trail of changes.

Core Features & Use Cases

  • Automated Fix Application: Spawns a dedicated fixer agent to resolve issues identified in REVIEW.md files.
  • Atomic Commits: Ensures each fix is committed individually for better version control history.
  • Iteration Loop: Supports an optional auto-mode that re-runs reviews to verify fixes and iterate until the code is clean.
  • Use Case: After receiving a list of style and logic issues in a code review, use this skill to automatically apply the necessary changes and generate a summary report without manual intervention.

Quick Start

Invoke the gsd-code-review-fix skill for phase 02 to automatically apply all critical and warning fixes.

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 fixes from a markdown file?

Automating code review fixes from a markdown file requires parsing REVIEW.md findings and dispatching a fixer agent to apply changes. It resolves identified issues and generates summary documentation for the applied fixes.

How do I ensure code review feedback results in atomic git commits?

To ensure code review feedback results in atomic commits, this skill applies each fix individually before committing. It operates within defined project phases to maintain a clear version control history for every change.

Can I automatically re-run code reviews to verify applied fixes?

You can automatically re-run code reviews to verify fixes using the optional auto-mode iteration loop. This mode re-runs the review process and iterates until all identified issues are completely resolved.

Do I need a specific workflow configuration to apply automated code changes?

Applying automated code changes requires integration with the gsd-code-fixer agent and adherence to established workflow configuration gates. You must invoke the skill within defined project phases to properly dispatch fixes.

What is the best way to handle style and logic issues found in code reviews?

The best way to handle style and logic issues found in code reviews is to automate the resolution process. This skill eliminates manual overhead by spawning a dedicated fixer agent to apply changes and generate a summary report.