Pullfrog can automatically review pull requests, re-review when new commits land, and โ uniquely โ go back and implement the changes it (or a human) requested. All of this is configured in the Reviews section of the console.Documentation Index
Fetch the complete documentation index at: https://docs.pullfrog.com/llms.txt
Use this file to discover all available pages before exploring further.
Auto-review new PRs
When enabled, Pullfrog reviews every new pull request (or every PR marked ready for review) using your selected model and review instructions. The initial review body opens with a PR summary so reviewers see the intent of the change at a glance, alongside any inline feedback. For smaller fixes, Pullfrog uses Suggest changes so you can apply updates directly from the review thread.Options
- Include draft PRs โ review PRs even before theyโre marked ready
- Allow Pullfrog to approve PRs โ let Pullfrog submit approving reviews, not just comments and change requests
- Include external contributor PRs (public repos) โ review PRs from non-collaborators
Re-review on new commits
When someone pushes new commits to a PR that Pullfrog already reviewed, it automatically performs an incremental re-review focused on just the new changes. The re-review body summarizes what changed since the previous review, so reviewers get a running record of the PRโs evolution alongside any new feedback. If a re-review is already running when more commits arrive, the running review picks up the latest commits automatically โ no duplicate dispatches.Address reviews
A Pullfrog review isnโt just a list of suggestions โ Pullfrog can turn around and implement the feedback in a follow-up commit. This is what makes the review loop actually fast: feedback in, code out, no manual re-trigger. There are three ways to invoke this:Auto-address reviews on Pullfrog PRs
When a human submits a review on a PR that Pullfrog opened, Pullfrog automatically picks up the comments, applies the requested changes, and pushes. Configure the toggle under Address reviews in the console.
Comment to request a fix
On any PR (Pullfrogโs or yours), comment with@pullfrog plus instructions to ask for a specific change.

Fix all, or fix the ๐s
After Pullfrog (or anyone) leaves a review with multiple comments, you have two batch options on the review summary comment:- Fix all โ Pullfrog addresses every comment in the review in one pass.
- Fix ๐s โ react with a ๐ on each comment you agree with, then click Fix ๐s. Pullfrog applies only those fixes and resolves the corresponding threads.


External PRs work too. Pullfrog can update fork-based PRs and push changes back to the fork branch, as long as maintainers are allowed to edit the PR.
Review instructions
Review instructions guide what Pullfrog focuses on during reviews โ they apply to auto-review, re-review, and manual@pullfrog review requests. Edit them in the Modes card on the repo console:


