do-fixes

Apply checked code-review fixes to the current branch and push.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ambroselittle/agent-skills --skill do-fixes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-fixes
Source: https://github.com/ambroselittle/agent-skills/tree/main/skills/do-fixes
Command: npx skills add https://github.com/ambroselittle/agent-skills --skill do-fixes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply fixes from a GitHub code-review to the current branch by detecting the most recent review artifact and applying the checked findings. This skill automates the end-to-end workflow of verifying, committing, pushing, and posting a PR summary comment.

Core Features & Use Cases

  • Detects and loads the most recent code-review artifact from the work folder.
  • Applies only checked findings, skipping unchecked items, and handles resumption after failures.
  • Verifies the fixes against the repository's CLAUDE.md guidance, commits, pushes, and posts a PR summary comment.

Quick Start

Run the code-review flow to generate a review document, then invoke the do-fixes skill to apply the checked findings.

Frequently Asked Questions about do-fixes

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

FAQPage Schema
How do I automatically apply code-review fixes to my pull request branch?

To automatically apply code-review fixes, this Skill detects the latest review artifact in your work folder, applies only the checked findings, commits the changes, pushes to the current branch, and posts a PR summary comment.

What is the best way to skip unchecked items when applying code review findings?

The best way to skip unchecked items during code review fixes is to use an automation workflow that targets the review artifact and applies only items explicitly marked as fixed, skipping all unchecked findings automatically.

How do I commit and push code review fixes while enforcing setup checks?

You can commit and push code review fixes by running a workflow that enforces setup checks, verifies the applied changes against repository guidance, commits the verified fixes, pushes them, and posts a PR summary comment.

Can I resume applying code review fixes after a verification failure?

Yes, you can resume applying code review fixes after a failure because the workflow handles resumption by targeting the most recent review artifact and applying only the remaining checked findings marked as fixed.

Does the automated PR fix workflow verify changes against repository guidance?

Yes, the automated PR fix workflow verifies changes against the repository's CLAUDE.md guidance before committing, pushing, and posting the PR summary comment per the review protocol.

What are the limitations of automating end-to-end pull request fixes?

A limitation of automating pull request fixes is that it requires a pre-existing code-review artifact in the work folder; without checked findings in that artifact, the workflow has no fixes to apply, verify, or push.