One PR command
Comment /ultrafix when the branch needs an automated cleanup loop. ProPR starts with review unless unprocessed AI review comments are already waiting, in which case it starts by fixing them.
/ultrafix is ProPR's stronger correction loop for pull requests that need more than one small follow-up. It alternates AI review and implementation passes, waits for the branch to be ready between steps, and stops at the target score, the cycle limit, or a human stop signal.
This run starts with a human command, turns review findings into a follow-up commit, checks the branch again, and leaves the final merge with the maintainer.
A human starts the loop in the pull request

ProPR records the goal and starts with review

The first review scores the branch 7/10 and names blockers

The fix pass applies the pending findings on the same branch

The second review reaches the 8/10 goal

Checks pass and the pull request is ready for a decision

The maintainer merges the verified branch

Comment /ultrafix when the branch needs an automated cleanup loop. ProPR starts with review unless unprocessed AI review comments are already waiting, in which case it starts by fixing them.
Set the desired score, maximum cycles, pause, and review model with /ultrafix goal=8 max=5 pause=60 model=<model-id>, or use the configured defaults.
The visible ultrafix PR label controls the loop. Remove it and the loop stops after the current cycle completes.
ProPR runs the read-only /review path and posts structured AI review comments with findings and a Score: N/10.
The fix step gathers unprocessed AI review comments, applies the selected feedback in an isolated worktree, and marks those review comments as handled.
Before continuing, ProPR waits for required checks, the configured pause, and PR inactivity. The next cycle starts only after the branch is ready.
The loop ends when the review score reaches the goal, the maximum cycle count is exhausted, or someone removes the ultrafix label.
Score: N/10 from AI review comments to decide whether the loop has hit its target.
Review is read-only. It posts the findings, score, model details, and next-step guidance without changing the branch.
/ultrafix chains review and fix until it reaches the configured stopping condition. It is the automated version of review, select feedback, fix, and review again.