Discover and explore top open-source AI tools and projects—updated daily.
pullfrogAI-powered GitHub workflow automation
Top 69.3% on SourcePulse
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
**
21 hours ago
Inactive
patched-codes
aws