coderabbit-rate-limits
Installation
SKILL.md
CodeRabbit Rate Limits
Overview
CodeRabbit rate limits apply at two levels: (1) CodeRabbit's own processing limits on how many reviews it can run concurrently, and (2) GitHub API rate limits when you build automation that queries CodeRabbit review data. This skill covers both and provides patterns for handling limits gracefully.
Prerequisites
- CodeRabbit installed on repository
- GitHub CLI (
gh) or API access for automation - Understanding of GitHub rate limit headers
Rate Limit Tiers
CodeRabbit Review Processing
| Factor | Limit | Notes |
|---|---|---|
| Concurrent reviews per org | Varies by plan | Free: 1, Pro: 5, Enterprise: custom |
| Max PR size | ~3000 files | Larger PRs may timeout |
| Re-review cooldown | ~30 seconds | Between @coderabbitai full review commands |
| Command rate | ~10/minute/repo | PR comment commands |