Pullfrog provides an agent-powered GitHub bot that runs in GitHub Actions to automate repository tasks such as PR creation, code reviews, commenting, and CI failure remediation. Developers can trigger the bot via @‑mentions, and it securely executes commands using short‑lived tokens and isolated shells, with optional headless‑browser testing and flexible LLM integration.
Funding
Funding not disclosed
Founders
Product
Problem
Developers often spend significant manual effort managing GitHub repositories, such as creating pull requests, responding to reviews, and troubleshooting CI failures, which slows development cycles and introduces human error.
Solution
Pullfrog offers an agent-powered GitHub bot that runs within GitHub Actions to automate common repository tasks. Users can trigger the bot by @-mentioning it anywhere in the codebase, and the agent interprets the context to create PRs, leave reviews, comment, and read CI logs. All operations are executed with short-lived installation tokens and isolated shell subprocesses, ensuring secure access to repositories and environment variables. The bot can automatically address review comments, attempt fixes for CI failures, and even run headless-browser tasks like end‑to‑end tests and screenshot capture, uploading results to a secure S3 bucket. Pullfrog supports both a managed usage‑based billing model and a bring‑your‑own‑key option for custom LLM providers.
Target Audience
Primary users are software development teams and DevOps engineers who manage codebases on GitHub and seek to streamline repository workflows and CI maintenance.
Features
- Triggerable via @‑mentions in any repository file, requiring no additional UI
- Executes git and GitHub actions (PR creation, reviews, comments) within a dedicated GitHub Actions workflow
- Secure handling of API keys using GitHub secret management and short‑lived installation tokens
- Isolated shell command execution without exposure to sensitive environment variables
- Automatic detection and remediation of CI failures on both bot‑generated and human‑created PRs
- Built‑in headless browser for end‑to‑end testing, screenshot capture, and UI iteration with results stored in a secure S3 bucket
- Configurable automation through a `pullfrog.yml` workflow file
- Option to use Pullfrog’s managed billing or bring your own language model/key