GitRabbit
Connecting
🐇 GitRabbit v2 is under construction
START HERE

QUICK START

Get your first AI-powered review in under 5 minutes.

GitRabbit is designed to be operational within minutes. Install the GitHub App (or GitLab integration), open a pull request, and watch the agent analyze your code in real time.

This guide walks you through the minimum steps to go from zero to your first automated review, with no configuration required to start.

Key_Capabilities

Instant Reviews

Open any PR and GitRabbit will start reviewing within 2–3 minutes.

Zero Config Start

No YAML, no setup scripts. The agent works out of the box.

One-Click Fixes

Apply AI-generated patches directly in the GitHub/GitLab UI.

All Repos Covered

Works across public and private repositories instantly.

Setup_Sequence

1
Step 01

Install the App

Visit the GitHub Marketplace and install the GitRabbit app on your organization or personal account.

$open https://github.com/apps/gitrabbit
2
Step 02

Select Repositories

Choose which repositories GitRabbit should have access to. You can always add more later.

3
Step 03

Open a Pull Request

Create or update any pull request. GitRabbit will automatically trigger and post its first review.

4
Step 04

Review the Feedback

Read through the inline comments, apply one-click fixes, and chat with the agent for clarification.

Code_Example

.gitrabbit.yml (optional)
# Optional: customize behavior
reviews:
  auto_review: true
  language_hints:
    - typescript
    - python
  focus:
    - security
    - performance
    - logic_errors

chat:
  enabled: true
  model: "neural-v4"

Pro_Tips

  • You don't need a config file to get started — GitRabbit works intelligently out of the box.
  • Use @gitrabbit in any PR comment to trigger a focused re-review.
  • Check the Agentic Chat docs to learn how to debate suggestions with the AI.
Installation