Pullfrog can automatically address review feedback and fix CI failures on pull requests. These are configured in the Coding section of the console.
Auto-address reviews
When someone submits a review on a PR that Pullfrog created, Pullfrog automatically picks up the feedback and pushes updates. This keeps the review-revise loop fast — no one needs to manually re-trigger anything.
You can also request changes on any PR (not just Pullfrog’s) by commenting with @pullfrog and describing what you want fixed.
Auto-fix CI failures
When a CI check suite fails on a PR, Pullfrog can attempt to fix it automatically. There are two separate toggles:
- Fix CI failures on Pullfrog’s PRs — auto-fix when Pullfrog’s own PRs break CI
- Fix CI failures on non-Pullfrog PRs under review — auto-fix when a PR that Pullfrog has reviewed breaks CI
Pullfrog applies some sensible guardrails here: it skips bot-authored commits, only runs when CI is passing on the target branch (so it’s not chasing pre-existing failures), and rate-limits retries to avoid runaway fix loops.
Build instructions
The Build instructions field in the Modes section of the console guides how Pullfrog writes and modifies code. These apply whenever Pullfrog is in Build mode — whether triggered by auto-address reviews, auto-fix CI, implementing a plan, or a direct @pullfrog mention asking for code changes.