Skip to main content
This page walks through the full Plan → Implement → Review loop using Pullfrog entirely inside GitHub. For setting up automations (auto-review, issue enrichment, etc.), see the dedicated pages under Usage.

Plan

Start by creating an issue for the work you want Pullfrog to handle. By default, Pullfrog adds a Quick Links comment with one-click action buttons.
Pullfrog quick links on a new issue
Click Make a plan to generate an implementation plan. Pullfrog posts it as a comment on the issue.
Pullfrog plan comment
From here you can iterate on the plan by posting follow-up comments (tagging @pullfrog), or just edit the plan comment directly yourself. When you’re happy with it, hit Implement plan.
Pullfrog plan comment with implementation controls
If you want to skip Quick Links and get Pullfrog working immediately, tag @pullfrog directly in the issue body when you create it. This triggers a run right away using the body as the prompt.

Implement

Clicking Implement plan runs the agent against the latest version of the plan. Pullfrog creates a branch, does the work, and opens a PR linked back to the issue.
You can also auto-trigger implementation on every new issue using issue enrichment. Set the mode to Build and Pullfrog will skip the planning step entirely.

Review

Once the PR is open, the review loop kicks in. If you have auto-review enabled, Pullfrog reviews the PR automatically. Otherwise, mention @pullfrog in a comment to request a review. For smaller fixes, Pullfrog uses Suggest changes whenever possible so you can apply updates directly from the review thread.
Pullfrog updating an external fork PR
Comment in the PR to ask for changes when you want another implementation pass.
PR comment requesting changes
For line-level or file-specific feedback, comment directly in a review thread so the request is anchored to the exact code.
Pullfrog PR review-thread comment
After updates are pushed, comment in the PR to request a re-review and continue the loop.
PR comment requesting re-review

Batch fixes

For broad review feedback, you can run a Fix all workflow to address the full set of comments in one pass.
Pullfrog PR review comment
Or, for more targeted work: add a 👍 reaction to each review comment you agree with, then click Fix 👍s. Pullfrog applies only those specific fixes and automatically resolves the related threads.
Pullfrog fix thumbs-up workflow