
coderabbit
★ 49Claude Code plugin · coderabbitai/claude-plugin · MIT
AI-powered code review in Claude Code, powered by CodeRabbit
2 skills · 1 slash commands · 1 sub-agents — installs as one unit
⌁ skills (2)
autofix
🔥🔥🔥✓ VerifiedAuto-fix CodeRabbit review comments - get CodeRabbit review comments from GitHub and fix them interactively or in batch
Full instructions & audit →code-review
🔥🔥🔥Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review…
Full instructions & audit →⌁ slash commands (1)
/review⌁ sub-agents (1)
CodeRabbit Plugin for Claude Code
AI-powered code review in Claude Code, powered by CodeRabbit.
Available on the Claude Code Plugin Marketplace. Also available for 35+ coding agents.
Resources
- CodeRabbit Documentation
- CodeRabbit CLI Guide
- CodeRabbit Skills - Install to 35+ coding agents
Installation
1. Prerequisites
Install and authenticate the CodeRabbit CLI:
curl -fsSL https://cli.coderabbit.ai/install.sh | sh
coderabbit auth login2. Install Plugin
This 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 marketplace update #refresh marketplace
/plugin install coderabbitOr via CLI:
claude plugin marketplace update # refresh marketplace
claude plugin install coderabbitUsage
/coderabbit:reviewThe command will:
- Verify CLI installation and authentication
- Run the code review
- Present findings grouped by severity
Options
/coderabbit:review # Review all changes
/coderabbit:review committed # Only committed changes
/coderabbit:review uncommitted # Only uncommitted changes
/coderabbit:review --base main # Compare against mainNatural Language
You can also just ask Claude:
- "Review my code"
- "Check for security issues"
- "What's wrong with my changes?"
One install gets you everything — 2 skills, 1 slash commands, 1 sub-agents — kept up to date together.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
License
MIT