Skip to main content

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.

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.

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
You can also request a one-off review on any PR by mentioning @pullfrog in a comment.

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.
Pullfrog auto-addressing review feedback in a PR thread

Comment to request a fix

On any PR (Pullfrogโ€™s or yours), comment with @pullfrog plus instructions to ask for a specific change.
PR comment requesting changes from Pullfrog
For line-level feedback, comment in the review thread itself so Pullfrog anchors the change to the exact lines.

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.
Fix all and Fix ๐Ÿ‘s buttons on a Pullfrog review summary
This is especially useful on long reviews: triage with reactions, hit one button, get a focused commit back.
Pullfrog fix thumbs-up workflow result
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:
Modes card with Review and Build instructions
Use this for things like โ€œalways check for missing test coverage,โ€ โ€œflag any new dependencies,โ€ or repo-specific style preferences. Keep it short and concrete โ€” the agent already follows good defaults.