coderabbit-performance-tuning
Installation
SKILL.md
CodeRabbit Performance Tuning
Overview
Optimize CodeRabbit review speed, relevance, and developer experience. Review time is primarily a function of PR size. Comment quality is controlled by profile selection, path instructions, and learnings. This skill covers all the levers for tuning CodeRabbit to your team's needs.
Prerequisites
- CodeRabbit installed and producing reviews
.coderabbit.yamlin repository root- Several PRs worth of review history to evaluate
Performance Factors
| Factor | Impact | You Control? |
|---|---|---|
| PR size (lines changed) | Review speed (2-15 min) | Yes -- keep PRs small |
| Profile (chill/assertive) | Comment volume | Yes -- .coderabbit.yaml |
| Path instructions | Comment relevance | Yes -- .coderabbit.yaml |
| Path filters | Files reviewed | Yes -- .coderabbit.yaml |
| Learnings | Long-term quality | Yes -- via PR comment feedback |
| CodeRabbit service load | Review latency | No -- check status page |