AI-powered code review in Claude Code, powered by CodeRabbit.
Install and authenticate the CodeRabbit CLI:
curl -fsSL https://cli.coderabbit.ai/install.sh | sh
coderabbit auth loginIn Claude Code:
/plugin marketplace add coderabbitai/claude-plugin
/plugin install review@coderabbitOr via CLI:
claude plugin marketplace add coderabbitai/claude-plugin
claude plugin install review@coderabbit/coderabbit:reviewThe command will:
- Verify CLI installation and authentication
- Run the code review
- Present findings grouped by severity
/coderabbit:review # Review all changes
/coderabbit:review committed # Only committed changes
/coderabbit:review uncommitted # Only uncommitted changes
/coderabbit:review --base main # Compare against mainYou can also just ask Claude:
- "Review my code"
- "Check for security issues"
- "What's wrong with my changes?"
MIT