qsd-code-review-fix

Apply code review fixes from REVIEW.md and commit each atomically.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-code-review-fix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qsd-code-review-fix
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-code-review-fix
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-code-review-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the code-review cleanup cycle by automatically applying fixes found in REVIEW.md for a specified phase, then summarizes changes.

Core Features & Use Cases

  • Spawns a qsd-code-fixer agent to apply fixes found during a phase's REVIEW.md.
  • Commits each fix atomically to preserve a clear, auditable history.
  • Generates a REVIEW-FIX.md summary document detailing all applied fixes and outcomes.

Quick Start

Run the skill with a target phase number to automatically fix issues in that phase's REVIEW.md.

Frequently Asked Questions about qsd-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?▼

To automate code review fixes from a markdown file, this Skill reads issues in REVIEW.md, spawns a fixer agent to apply corrections, and generates a REVIEW-FIX.md summary. It targets phase-driven workflows requiring automated cleanup.

How does an automated code review fixer commit changes?▼

An automated code review fixer commits changes atomically. This Skill spawns a fixer agent to apply each correction individually, ensuring a clear and auditable git history for every issue resolved from the review document.

Can I use this code review automation in a phase-driven workflow?▼

Yes, you can use this code review automation in a phase-driven workflow. It specifically targets phases containing a REVIEW.md file, applying fixes, performing re-reviews, and committing changes atomically within that isolated context.

What is the best way to summarize applied code review fixes?▼

The best way to summarize applied code review fixes is to generate a REVIEW-FIX.md document. This Skill automatically details all applied fixes and their outcomes after spawning a fixer agent to process your review issues.

Do I need a REVIEW.md file to run automated code review fixes?▼

Yes, you need a REVIEW.md file to run automated code review fixes. The Skill requires this file within a specified phase directory to identify issues, spawn the fixer agent, and apply the necessary corrections atomically.