coderabbit
AI-powered code review in Claude Code, powered by CodeRabbit
pinned to #2fd091dupdated 2 weeks ago
Ask your AI client: “install plugins/coderabbit”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/coderabbitmetahub onboarded this repo on the author's behalf.
If you own github.com/coderabbitai/skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
123
Last commit
2 weeks ago
Latest release
published
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (2)
skills/autofixSafely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directlyskills/code-reviewAI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND autonomously when the agent thinks a review is needed (code/PR/quality/security).
Commands (1)
/coderabbit-reviewRun an AI-powered code review using CodeRabbit.
Subagents (1)
code-reviewerSpecialized CodeRabbit code review agent that performs thorough analysis of code changes
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.2fd091d· 2 weeks ago
Documentation
41Description quality
9 words · 60 chars — OK but more detail helps
README is present and substantial
9,519 chars · 9 sections · 5 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Quickstart · Installation · Usage
Homepage / docs URL declared
https://docs.coderabbit.ai/cli/claude-code-integration
Release history
1- releasecurrent2fd091dwarn2 weeks ago
Contents
The canonical home for CodeRabbit's agent-native skills and plugin packaging. Use it to install AI-powered code review into 35+ coding agents, Claude Code, Cursor, and other supported agent environments.
CodeRabbit detects bugs, security issues, and quality risks before you merge.
Quickstart
Install the CodeRabbit CLI via the CLI docs, then authenticate:
coderabbit auth login
Then tell your agent: “Review my code.”
Installation
1. Install the CodeRabbit CLI
Use the CLI docs for the primary install path. They cover Homebrew, the install script, authentication, and CLI usage.
2. Install the agent integration
Choose the path that matches your coding agent.
Skills installer
For agents that support portable SKILL.md files, use the
skills docs.
npx skills add coderabbitai/skills
Installation options for the skills installer:
| Flag | Purpose |
|---|---|
-g, --global | Install to user directory instead of project |
-a, --agent | Target specific agents (for example claude-code) |
-s, --skill | Install particular skills by name |
--all | Install all skills to all agents without prompts |
Claude Code Plugin
Claude Code users can also install this as a plugin directly from the official marketplace:
/plugin marketplace update
/plugin install coderabbit
For the full setup flow, see the Claude Code integration guide.
Cursor Plugin
This repository now includes Cursor marketplace metadata in
/.cursor-plugin/plugin.json.
After publication, Cursor marketplace installs use:
/add-plugin coderabbit
For the current recommended setup, see the Cursor integration guide.
Codex App
Codex users can install the official CodeRabbit plugin by following the Codex app integration guide.
For an at-a-glance inventory of active and repo-packaged distribution paths, see DISTRIBUTION_CHANNELS.md.
What Lives Here
| Path | Purpose |
|---|---|
skills/ | Portable CodeRabbit skills for agents that support SKILL.md. |
.claude-plugin/ | Claude Code plugin marketplace metadata. |
commands/ | Claude Code slash commands shipped by the plugin. |
agents/ | Claude Code subagents shipped by the plugin. |
.cursor-plugin/ | Cursor marketplace metadata. |
assets/ | Shared marketplace and brand assets. |
DISTRIBUTION_CHANNELS.md | Maintainer inventory of live, packaged, and in-development channels. |
Usage
Once installed, just ask your agent:
Review my code
Check for security issues
What's wrong with my changes?
Run a code review
Review my PR
Review the directory at ../my-service
The agent will automatically:
- Check if CodeRabbit CLI is installed and authenticated
- Run the review on your changes
- Present findings grouped by severity
- Optionally fix issues and re-review
When you ask for a specific review directory, the agent can pass CodeRabbit CLI
--dir <path> after confirming that path is an initialized Git repository.
Supported Agents
CodeRabbit supports 35+ coding agents.
| Agent | Project Path | Global Path |
|---|---|---|
| Amp, Kimi Code CLI | .agents/skills/ | ~/.config/agents/skills/ |
| Antigravity | .agent/skills/ | ~/.gemini/antigravity/global_skills/ |
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| Cline | .cline/skills/ | ~/.cline/skills/ |
| CodeBuddy | .codebuddy/skills/ | ~/.codebuddy/skills/ |
| Codex | .codex/skills/ | ~/.codex/skills/ |
| Command Code | .commandcode/skills/ | ~/.commandcode/skills/ |
| Continue | .continue/skills/ | ~/.continue/skills/ |
| Crush | .crush/skills/ | ~/.config/crush/skills/ |
| Cursor | .cursor/skills/ | ~/.cursor/skills/ |
| Droid | .factory/skills/ | ~/.factory/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| GitHub Copilot | .github/skills/ | ~/.copilot/skills/ |
| Goose | .goose/skills/ | ~/.config/goose/skills/ |
| Junie | .junie/skills/ | ~/.junie/skills/ |
| Kilo Code | .kilocode/skills/ | ~/.kilocode/skills/ |
| Kiro CLI | .kiro/skills/ | ~/.kiro/skills/ |
| Kode | .kode/skills/ | ~/.kode/skills/ |
| MCPJam | .mcpjam/skills/ | ~/.mcpjam/skills/ |
| Moltbot | skills/ | ~/.moltbot/skills/ |
| Mux | .mux/skills/ | ~/.mux/skills/ |
| Neovate | .neovate/skills/ | ~/.neovate/skills/ |
| OpenClaude IDE | .openclaude/skills/ | ~/.openclaude/skills/ |
| OpenCode | .opencode/skills/ | ~/.config/opencode/skills/ |
| OpenHands | .openhands/skills/ | ~/.openhands/skills/ |
| Pi | .pi/skills/ | ~/.pi/agent/skills/ |
| Pochi | .pochi/skills/ | ~/.pochi/skills/ |
| Qoder | .qoder/skills/ | ~/.qoder/skills/ |
| Qwen Code | .qwen/skills/ | ~/.qwen/skills/ |
| Replit | .agent/skills/ | N/A (project-only) |
| Roo Code | .roo/skills/ | ~/.roo/skills/ |
| Trae | .trae/skills/ | ~/.trae/skills/ |
| Trae CN | .trae/skills/ | ~/.trae-cn/skills/ |
| Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
| Zencoder | .zencoder/skills/ | ~/.zencoder/skills/ |
Available Skills
code-review
AI-powered code review that finds bugs, security issues, and suggests improvements using CodeRabbit.
Use when:
- You want to review code changes before committing or merging
- Checking for bugs, security vulnerabilities, or anti-patterns
- Getting PR feedback or suggestions for improvements
- Running automated code quality checks
Categories covered: Bug detection, security analysis, code quality, performance issues, best practices
Triggers: "review my code", "check for bugs", "security review", "PR feedback", "run coderabbit"
Capabilities:
- Analyzes code changes for bugs, security issues, and anti-patterns
- Groups findings by severity (critical, warning, info)
- Supports autonomous fix-review cycles
- Works with staged, committed, or all changes
- Supports directory-scoped reviews through CodeRabbit CLI
--dir <path>
autofix
Safe fix workflow for unresolved CodeRabbit GitHub PR review threads, with per-issue review and approval.
Use when:
- You already have an open GitHub PR reviewed by CodeRabbit
- You want to apply suggested fixes from unresolved current CodeRabbit review threads
- You want guided fixes with explicit approval for each change
Categories covered: Review-thread extraction, issue prioritization, guarded fixes, consolidated commit and PR summary
Triggers: "coderabbit autofix", "fix coderabbit", "cr fix"
Capabilities:
- Fetches unresolved current CodeRabbit review threads for the current PR
- Parses and prioritizes issues by severity
- Applies fixes only after validating the issue and getting approval
- Produces a single consolidated commit and posts a PR summary comment
Plugin Components
Claude Code
- Slash command:
/coderabbit:review - Subagent:
code-reviewer - Marketplace manifest:
.claude-plugin/plugin.json
The code-review skill also remains available for natural-language triggering
inside compatible agents.
Cursor
- Marketplace manifest:
.cursor-plugin/plugin.json - Skills source:
skills/
Resources
License
MIT
Reviews
No reviews yet. Be the first.
Related
superpowers-symfony
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
embedded-debugger
Embedded debugger workflow for probe-rs targets. Provides a CLI-first skill and optional MCP server for probe discovery, target checks, flashing, memory access, and RTT workflows.
mh install plugins/coderabbit