Native GitHub Integration
Work directly in GitHub. No IDE changes, no CLI tools, no configuration files. Just comment on issues and watch AI agents create pull requests.
Install GitHub App
One-click installation on your repositories. No configuration files needed.
Comment on Issue
Type @repobird on any issue describing what needs to be done.
Agent Processes
AI agent analyzes the issue, writes code, runs tests, and creates PR.
Review & Merge
Review the generated pull request and merge when ready.
GitHub-First Development
Simply type @repobird on any issue or PR to trigger an AI agent. No CLI, no API calls.
Agents create pull requests with proper branch naming, descriptions, and linked issues.
Contextual, meaningful commit messages that follow your repository conventions.
Multiple team members can trigger agents. Permissions follow GitHub's RBAC.
OAuth-based authentication with minimal permissions. No personal access tokens.
Real-time response to GitHub events. Instant agent triggering on issues and comments.
@repobird run
Create a PR that implements the issueExample: "@repobird run fix this bug"
@repobird plan
Generate a detailed implementation plan as a GitHub commentExample: "@repobird plan how to add authentication"
@repobird run source:main
Run from a specific branchExample: "@repobird run source:main implement feature"
@repobird run target:feature-branch
Create PR targeting a specific branchExample: "@repobird run target:develop add logging"
What RepoBird Can Access
- Read repository contents
- Create branches and pull requests
- Read and write comments on issues and PRs
What RepoBird Cannot Do
- ✕Access your other repositories
- ✕Merge pull requests
- ✕Delete branches or code
- ✕Access private user data
Note: RepoBird uses GitHub's official OAuth App flow. We never ask for or store personal access tokens.
See It In Action
Fix login button not working on mobile
The login button on the mobile version of our app doesn't respond to taps. Users on iOS and Android are unable to log in.


Fix mobile login button touch events
Open## Summary • Fixed touch event handlers not being properly attached on mobile devices • Added proper event listeners for both touchstart and click events • Tested on iOS Safari and Android Chrome ## Changes Made - Updated button component to handle touch events - Added preventDefault() for ghost click prevention - Ensured proper event delegation for dynamically rendered buttons Closes #42
repobird-generatedStart Using RepoBird in 30 Seconds
Install our GitHub App and trigger your first agent with a simple comment