

Konrad Sopala
April 02, 2026
4 min read
April 02, 2026
4 min read

Cut code review time & bugs by 50%
Most installed AI app on GitHub and GitLab
Free 14-day trial
You open a pull request. CodeRabbit reviews it and leaves a handful of comments.
So now you do what every developer does:
And wait for CI to run again. Multiply that by a dozen PRs a week and it adds up fast.
Why do it actually? The review already told you exactly what to change.
When CodeRabbit leaves review comments with clear fix instructions, Autofix can implement them for you.
Until now, the way forward was copy-pasting our Prompt for AI Agents block into your tool of choice.

Now you trigger Autofix and it applies all unresolved findings in one go.
You get two options for how the fixes land:
Either way, nothing merges automatically. You review the changes like any other code and decide what ships.
To apply fixes directly to your branch
@coderabbitai autofix
To open a separate PR with the fixes
@coderabbitai autofix stacked pr
Both also accept auto-fix and auto fix if you forget the exact spelling, because nobody should have to remember whether it’s one word or two.
In GitHub flows, CodeRabbit renders an Autofix section directly inside the review comment with interactive checkboxes. Check the box, and it runs - no command needed.

When Autofix runs, here’s what’s happening under the hood:
The whole point is to preserve your review workflow, not replace it. Autofix generates the diff and you decide whether it’s correct.
Autofix processes all unresolved CodeRabbit review comments. If there’s a specific comment you don’t want it to touch - maybe you disagree with the suggestion, or you want to handle it differently - just resolve that comment manually before running Autofix. Hit the “Resolve conversation” button on GitHub, then trigger the command. Autofix will skip it.
This keeps you in control. Autofix is aggressive about applying what’s open, but it respects what you’ve explicitly closed.
Autofix is available on GitHub and GitLab as an open beta for CodeRabbit Pro Plan users.
If you’re tired of implementing review feedback that’s already been spelled out for you, give it a try. Comment on your next PR and see what comes back.