AL Consulting — AinsworthLloyd

Fix Agent

Turns review and QA findings into verified edits and opens the pull request.

Typical run
~12 min
Tools
Git · GitHub API · Sandbox build, test, and run
You provide
A repository · The source review or QA run · A delivery mode
Approval
High-impact: every action waits for your approval card

◤ What it does

Turns review and QA findings into verified edits and opens the pull request.

The Fix Agent takes findings from a code review or a QA run, edits the repository in an isolated sandbox, and runs the project's own build, tests, and server before and after the change. A regression the fix would introduce blocks it. Changes land as a pull request for you to review, deletions included, unless you choose direct delivery.

Needs: GitHub repository write.

Limits: Changes land as a pull request unless direct delivery is chosen; an app that needs configuration the sandbox lacks is verified by build and tests only.

◤ Ask it

In your words. No prompts to engineer.

01

Fix the findings from the last code review and open a pull request.

02

Fix the accessibility failures the QA Agent found on the checkout page.

◤ Missions it runs in

  • Audit my software

◤ Questions

About the Fix Agent

How do I know a fix did not break something else?

The agent runs your build, tests, and server before and after every change. If anything that passed before fails after, the fix is blocked and reported instead of shipped.

Can it push straight to my main branch?

Only if you choose direct delivery. The default is a pull request, and the action is gated behind an approval card either way.