Pullfrog, an open-source AI-powered GitHub bot created by Colin McDonnell, is in beta, positioning itself as a model-agnostic different to CodeRabbit that runs fully inside GitHub Actions.
McDonnell, greatest often called the creator of Zod, the TypeScript-first schema validation library with over 42,000 GitHub stars, announced Pullfrog on Could 12, 2026. The instrument is designed as an orchestration layer for asynchronous growth inside GitHub, listening for webhooks and triggering AI agent runs based mostly on configurable occasions similar to new pull requests, points, CI failures, and overview submissions.
In contrast to CodeRabbit, which operates as a hosted SaaS platform with its personal AI fashions, Pullfrog takes a bring-your-own-key (BYOK) strategy. Builders can join any LLM supplier together with Anthropic, OpenAI, Google, Mistral, DeepSeek, and OpenRouter, switching between fashions with a single configuration change. All API keys are saved utilizing GitHub’s secret administration system, and agent runs execute within the repository’s personal GitHub Actions surroundings by way of a devoted pullfrog.yml workflow file.
Getting began requires putting in the Pullfrog GitHub App and including the workflow file to a repository.
Builders can then tag @pullfrog in any challenge, pull request, or remark to set off an agent run, or configure automated triggers from the Pullfrog console. The complete setup information is accessible within the official documentation.
The agent ships with a purpose-built MCP server for performing git and GitHub operations similar to creating pull requests, leaving critiques, studying CI logs, and managing points. Shell instructions run in an remoted subprocess with out entry to delicate surroundings variables. A headless browser instrument can also be included out of the field, enabling the agent to run end-to-end checks, take screenshots, and iterate on UI with out extra configuration.
The aggressive panorama for AI code overview has grown considerably in latest months. CodeRabbit has been the established chief in purpose-built code overview since 2023, whereas GitHub Copilot’s code overview capabilities launched in April 2025 and noticed rapid adoption pushed by native platform integration. Different instruments similar to Greptile and Bito additionally compete within the house. The place Pullfrog differentiates itself is in its open-source licensing, mannequin agnosticism, and broader scope that extends past code overview into challenge triage, CI autofix, merge battle decision, and plan era.
Neighborhood response to the announcement attracted over 50 replies and over 1,000 likes. One person requested:
Can it’s ran domestically for agentic workflows earlier than it’s pushed to github or in cloud brokers?
To which the McDonnell replied:
Pullfrog is a harness over OpenCode & Claude Code supposed to be run in CI
for native growth you’ll be able to simply use these straight and provides them entry to git and the gh CLI. we’ll add a CLI shortly that’ll allow you to shortly spin up “cloud brokers” which can be operating in GH Actions however we’re not making an attempt to be an agent that you just use for native dev
Pullfrog is an open-source AI-powered GitHub bot created by Colin McDonnell, greatest often called the creator of Zod. It gives model-agnostic, agent-based automation for pull request overview, challenge triage, and CI remediation, operating fully inside GitHub Actions fairly than requiring a hosted third-party service. The venture’s source code has amassed over 400 stars since its preliminary preview in late 2025.









