GITHUB INTEGRATION

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.

1

Install GitHub App

One-click installation on your repositories. No configuration files needed.

30 seconds
2

Comment on Issue

Type @repobird on any issue describing what needs to be done.

5 seconds
3

Agent Processes

AI agent analyzes the issue, writes code, runs tests, and creates PR.

up to 45 mins
4

Review & Merge

Review the generated pull request and merge when ready.

2 minutes

GitHub-First Development

Comment-Triggered Agents

Simply type @repobird on any issue or PR to trigger an AI agent. No CLI, no API calls.

Automatic PR Creation

Agents create pull requests with proper branch naming, descriptions, and linked issues.

Smart Commit Messages

Contextual, meaningful commit messages that follow your repository conventions.

Team Collaboration

Multiple team members can trigger agents. Permissions follow GitHub's RBAC.

GitHub App Security

OAuth-based authentication with minimal permissions. No personal access tokens.

Webhook Processing

Real-time response to GitHub events. Instant agent triggering on issues and comments.

Available Commands
Trigger different agent behaviors with simple comments
@repobird runCreate a PR that implements the issue

Example: "@repobird run fix this bug"

@repobird planGenerate a detailed implementation plan as a GitHub comment

Example: "@repobird plan how to add authentication"

@repobird run source:mainRun from a specific branch

Example: "@repobird run source:main implement feature"

@repobird run target:feature-branchCreate PR targeting a specific branch

Example: "@repobird run target:develop add logging"

Secure by Design
Minimal permissions with maximum security

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

your-org/your-repoIssue #42

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.

Profile
@repobirdbot run fix the login button touch event handler for mobile devices
Immediately
Profile

Status: ⏳ Processing ⏳ Working on your request... Timeline: ✅ Queued → 🚀 Initializing → 🕒 Processing → 🕒 Finalizing → 🕒 Completed

2 minutes later

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-generated

Start Using RepoBird in 30 Seconds

Install our GitHub App and trigger your first agent with a simple comment