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.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.
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), or just edit the plan comment directly yourself. When you’re happy with it, hit Implement plan.

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.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.




Batch fixes
For broad review feedback, you can run a Fix all workflow to address the full set of comments in one pass.


