EveryDev.ai
Subscribe
Home
Tools

2,962+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Pullfrog
    Pullfrog icon

    Pullfrog

    Code Review
    Featured

    An open-source, model-agnostic GitHub bot that runs AI coding agents inside GitHub Actions to review PRs, triage issues, autofix CI failures, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    30 runs per month, no card required.

    Pay As You Go: $0 usage-based
    Enterprise: Custom/contact

    Engagement

    Available On

    API
    CLI
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code ReviewAI Coding AssistantsAgent Frameworks

    Alternatives

    PlannotatorPotpieSepo
    Developer
    Pullfrog, Inc.Pullfrog, Inc. builds an open-source, model-agnostic GitHub…

    Listed Jun 2026

    About Pullfrog

    Pullfrog is an open-source GitHub bot built by Pullfrog, Inc. that brings AI coding agents directly into GitHub workflows via GitHub Actions. Licensed under MIT and generally available, it lets teams trigger agentic runs by mentioning @pullfrog anywhere in a repo or by configuring automated responses to GitHub events like PR creation, issue filing, or CI failures.

    What It Is

    Pullfrog sits between your preferred LLM provider and your GitHub repository, acting as a configurable automation layer. When a configured event fires—a new PR, a submitted review, a CI failure, an issue opened—Pullfrog triggers a GitHub Actions workflow run that spawns an AI agent with the right context and instructions. The agent can read code, write code, leave comments, create PRs, triage issues, and more, all without requiring a separate UI or third-party platform.

    How the Workflow Works

    Setup involves adding a pullfrog.yml workflow file to .github/workflows/. From there, the Pullfrog GitHub App listens for webhook events and dispatches workflow runs programmatically. The pullfrog/pullfrog GitHub Action installs and spawns the agent with appropriate permissions and a purpose-built MCP server for git and GitHub operations.

    Key workflow capabilities include:

    • @-mention triggering — Tag @pullfrog in any comment, issue, or PR to assign an ad-hoc task
    • Configurable automations — Toggle triggers on/off from the dashboard; attach custom prompt instructions per trigger
    • Iterative PR review — The agent automatically addresses review comments on PRs it creates
    • CI autofix — Detects CI failures on its own PRs and attempts fixes; can be configured for human-created PRs too
    • Structured output — Supports JSON schema (including Zod) for reliable downstream workflow consumption

    Architecture and Security Model

    All agent runs execute inside the repo's own GitHub Actions environment. API keys are stored as GitHub secrets and auto-masked in logs. Git and GitHub operations go through Pullfrog's dedicated MCP server, which enforces permission checks—the agent cannot push to protected branches or access unauthorized repos. Shell commands run in an isolated subprocess without access to sensitive environment variables. GitHub App installation tokens are short-lived and auto-revoked at run completion. A built-in headless browser tool supports end-to-end testing and UI iteration, with screenshots uploaded to a secure S3 bucket.

    Model Agnosticism and BYOK

    Pullfrog works with any LLM provider: Anthropic, OpenAI, Google, Mistral, DeepSeek, OpenRouter, and more. API keys are added as GitHub secrets, and switching models requires only a config change. Teams can use Pullfrog Router (billed at raw provider cost with no markup) or bring their own keys—including a Claude subscription.

    Update: v0.1.31 and General Availability

    The GitHub repository shows the project was created in August 2025 and reached general availability shortly after. The latest release as of late June 2026 is v0.1.31, published on June 24, 2026. The repository has accumulated 792 stars and 43 forks. The project direction emphasizes open-source transparency, model agnosticism, and GitHub-native operation as differentiators from closed-source alternatives like CodeRabbit.

    Pullfrog - 1

    Community Discussions

    Be the first to start a conversation about Pullfrog

    Share your experience with Pullfrog, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    30 runs per month, no card required.

    • 30 runs per month
    • Unlimited connected repos
    • Bring your own key
    • Configurable automations: PR review, issue triage, CI autofix, and more
    • Built-in tools

    Pay As You Go

    Unlimited runs at $0.07 each, plus model costs. Monthly invoice in arrears.

    $0
    usage based
    • Unlimited runs
    • Unlimited connected repos
    • Pullfrog Router or BYOK
    • Cron + custom triggers
    • Usage reports + budgets
    • Monthly invoice in arrears
    • Everything in Free

    Enterprise

    Custom pricing for multi-team organizations with GitHub Enterprise, SSO, audit logs, RBAC, SLAs, and on-prem options.

    Custom
    contact sales
    • Unlimited connected repos
    • GitHub Enterprise support
    • SSO + audit logs + RBAC
    • SOC 2 / HIPAA (coming soon)
    • SLAs + dedicated support
    • Committed spend
    • On-prem / private cloud
    • Everything in Pay As You Go
    View official pricing

    Capabilities

    Key Features

    • AI-powered PR review
    • Issue triage and labeling
    • CI autofix on failures
    • Merge conflict resolution
    • Configurable automated triggers
    • @pullfrog mention for ad-hoc tasks
    • Bring your own LLM key (BYOK)
    • Pullfrog Router (no-markup provider billing)
    • Purpose-built MCP server for GitHub operations
    • Built-in headless browser tool
    • Isolated shell subprocess execution
    • GitHub-native permissions enforcement
    • Structured JSON output with schema support
    • Organization-wide shared configuration
    • Usage and analytics dashboard
    • Custom hooks and custom MCP support
    • Cron and custom triggers
    • Usage reports and budgets

    Integrations

    GitHub
    GitHub Actions
    Anthropic
    OpenAI
    Google Gemini
    Mistral
    DeepSeek
    OpenRouter
    xAI
    Moonshot
    Zod
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Pullfrog and help others make informed decisions.

    Developer

    Pullfrog, Inc.

    Pullfrog, Inc. builds an open-source, model-agnostic GitHub bot that runs AI coding agents inside GitHub Actions. The company focuses on GitHub-native developer tooling, enabling teams to automate PR review, issue triage, CI fixes, and arbitrary coding tasks without leaving GitHub. Pullfrog operates on a bring-your-own-key model supporting all major LLM providers and publishes its core platform under the MIT license.

    Read more about Pullfrog, Inc.
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    Potpie icon

    Potpie

    AI agents that understand your codebase, automate engineering workflows, and boost development velocity for large-scale teams.

    Sepo icon

    Sepo

    A GitHub-native AI agent that turns any repository into a self-evolving codebase by responding to @mentions in issues, PRs, and discussions to implement, review, and maintain code via GitHub Actions.

    Browse all tools

    Related Topics

    Code Review

    Tools that help review, analyze, and improve code quality.

    86 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    577 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    461 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions