review
Installation
SKILL.md
Review
Run CodeRabbit to review code changes.
Commands
cr -h- Show CodeRabbit helpcoderabbit --prompt-only -t committed --base main- Review full branch diff against main (matches CI behavior)coderabbit --prompt-only -t uncommitted- Review only uncommitted/unstaged changes (quick local check)
Rules
- IMPORTANT: Do NOT run CodeRabbit more than 3 times for a given set of changes
- Always use the
--prompt-onlyflag - Default to
--base main— this matches CI and catches the full branch diff - Only use
-t uncommittedfor quick pre-commit spot checks