pullfrog  by pullfrog

AI-powered GitHub workflow automation

Created 9 months ago
422 stars

Top 69.3% on SourcePulse

GitHubView on GitHub
Project Summary

Pullfrog is an open-source GitHub bot designed to integrate AI coding agents directly into GitHub workflows. It empowers developers and teams by automating tasks such as code implementation, PR reviews, and issue management without leaving the GitHub interface, thereby streamlining development processes and enhancing productivity.

How It Works

Leveraging GitHub Actions, Pullfrog acts as a bot that can be triggered by tagging @pullfrog in comments or through automated event-based triggers (e.g., issue creation, PR events). It utilizes an internal MCP server to gather relevant repository context and execute user-defined prompts or automated tasks. This approach allows for seamless AI-driven assistance directly within the development lifecycle.

Quick Start & Requirements

Pullfrog is primarily integrated as a GitHub Action (pullfrog/pullfrog@v0). Usage requires configuring API keys for the desired AI models (e.g., ANTHROPIC_API_KEY). Examples demonstrate its use within custom GitHub Actions workflows, often alongside standard actions like actions/checkout@v4. Specific setup time and resource footprint depend on the complexity of the triggered AI tasks and the GitHub Actions runner environment.

Highlighted Details

  • Automates coding tasks, including implementing features and attempting to fix CI failures by analyzing logs.
  • Provides automated PR reviews and can manage issues by responding to common questions or creating implementation plans.
  • Supports custom triggers for various GitHub events, allowing for tailored AI automation.
  • Enables structured JSON output generation using JSON schemas (e.g., Zod), facilitating reliable parsing in subsequent workflow steps.

**

Health Check
Last Commit

21 hours ago

Responsiveness

Inactive

Pull Requests (30d)
3
Issues (30d)
7
Star History
206 stars in the last 30 days

Explore Similar Projects

Starred by Eric Zhu Eric Zhu(Coauthor of AutoGen; Research Scientist at Microsoft Research).

gh-aw by github

0.8%
4k
Agentic workflows for GitHub automation
Created 9 months ago
Updated 17 hours ago
Starred by Matt Schrage Matt Schrage(Cofounder of Fig), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
2 more.

amazon-q-developer-cli by aws

0.2%
2k
CLI tool for agentic terminal interactions using natural language
Created 1 year ago
Updated 2 weeks ago
Feedback? Help us improve.