AI-powered code review in Claude Code, powered by CodeRabbit.
Available on the Claude Code Plugin Marketplace. Also available for 35+ coding agents.
Install and authenticate the CodeRabbit CLI:
curl -fsSL https://cli.coderabbit.ai/install.sh | sh
coderabbit auth loginThis plugin is live on the official Claude Code Plugin Marketplace. Find it in Claude Code under Plugins → Discover, search coderabbit directly:
In Claude Code:
/plugin install coderabbitOr via CLI:
claude plugin install 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?"
- CodeRabbit Documentation
- CodeRabbit CLI Guide
- CodeRabbit Skills - Install to 35+ coding agents
MIT