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
Install the App
Visit the GitHub Marketplace and install the GitRabbit app on your organization or personal account.
Select Repositories
Choose which repositories GitRabbit should have access to. You can always add more later.
Open a Pull Request
Create or update any pull request. GitRabbit will automatically trigger and post its first review.
Review the Feedback
Read through the inline comments, apply one-click fixes, and chat with the agent for clarification.
Code_Example
# 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.