coderabbit
Installation
SKILL.md
CodeRabbit CLI
AI code review from the terminal. The command is cr (alias for coderabbit).
When to Use
- Review uncommitted or committed changes before push
- Compare current branch against a base branch
- Get AI feedback on bugs, security, and code quality
Setup
cr auth login # OAuth login (opens browser)
cr auth login --api-key <key> # API key auth (non-interactive)
cr auth status # Check auth state
cr auth org # Switch organization
cr auth logout # Log out