coderabbit
Installation
SKILL.md
CodeRabbit CLI
AI code reviews locally. Rate limit: 1 review/hour. Use sparingly.
When to Use (Be Selective)
USE CodeRabbit for:
- User explicitly requests it
- Security-sensitive code (auth, crypto, input validation, secrets)
- Concurrency/async (race conditions, deadlocks, shared state)
- Memory management (leaks, resource cleanup)
- Complex business logic with non-obvious edge cases
- Database migrations or schema changes
- Public API contract changes