2026-04-28 14:14:15 +05:30
|
|
|
# CodeRabbit Skills and Plugins
|
2026-01-30 12:23:28 +05:30
|
|
|
|
2026-04-22 13:01:43 +05:30
|
|
|

|
2026-01-30 12:23:28 +05:30
|
|
|
[](LICENSE)
|
|
|
|
|
[](#supported-agents)
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
The canonical home for CodeRabbit's agent-native skills and plugin packaging.
|
2026-08-04 12:31:00 +05:30
|
|
|
Use it to install AI-powered code review into 35+ coding agents, Gemini CLI,
|
|
|
|
|
Antigravity CLI, Claude Code, Cursor, and other supported agent environments.
|
2026-04-28 14:14:15 +05:30
|
|
|
|
|
|
|
|
CodeRabbit detects bugs, security issues, and quality risks before you merge.
|
2026-01-30 12:23:28 +05:30
|
|
|
|
|
|
|
|
## Quickstart
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
Install the CodeRabbit CLI via the [CLI docs](https://docs.coderabbit.ai/cli),
|
2026-09-12 15:14:50 +05:30
|
|
|
then tell your agent: **“Review my code.”** The review command starts the
|
|
|
|
|
authentication flow when needed.
|
2026-01-30 12:23:28 +05:30
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
### 1. Install the CodeRabbit CLI
|
2026-04-21 16:51:38 +05:30
|
|
|
|
|
|
|
|
Use the [CLI docs](https://docs.coderabbit.ai/cli) for the primary install path.
|
2026-09-12 15:14:50 +05:30
|
|
|
They cover Homebrew, the install script, and CLI usage.
|
2026-04-21 16:51:38 +05:30
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
### 2. Install the agent integration
|
|
|
|
|
|
|
|
|
|
Choose the path that matches your coding agent.
|
2026-04-21 16:51:38 +05:30
|
|
|
|
|
|
|
|
#### Skills installer
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
For agents that support portable `SKILL.md` files, use the
|
|
|
|
|
[skills docs](https://docs.coderabbit.ai/cli/skills).
|
2026-04-21 16:51:38 +05:30
|
|
|
|
2026-01-30 12:23:28 +05:30
|
|
|
```bash
|
|
|
|
|
npx skills add coderabbitai/skills
|
|
|
|
|
```
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
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 |
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
#### Claude Code Plugin
|
2026-04-21 12:14:55 +05:30
|
|
|
|
|
|
|
|
Claude Code users can also install this as a plugin directly from the official marketplace:
|
|
|
|
|
|
2026-04-21 15:06:00 +05:30
|
|
|
```text
|
2026-04-21 12:14:55 +05:30
|
|
|
/plugin marketplace update
|
|
|
|
|
/plugin install coderabbit
|
|
|
|
|
```
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
For the full setup flow, see the
|
|
|
|
|
[Claude Code integration guide](https://docs.coderabbit.ai/cli/claude-code-integration).
|
|
|
|
|
|
|
|
|
|
#### Cursor Plugin
|
2026-04-21 15:53:18 +05:30
|
|
|
|
|
|
|
|
This repository now includes Cursor marketplace metadata in
|
|
|
|
|
[`/.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json).
|
|
|
|
|
|
|
|
|
|
After publication, Cursor marketplace installs use:
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
/add-plugin coderabbit
|
|
|
|
|
```
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
For the current recommended setup, see the
|
|
|
|
|
[Cursor integration guide](https://docs.coderabbit.ai/cli/cursor-integration).
|
2026-04-21 15:53:18 +05:30
|
|
|
|
2026-08-04 12:31:00 +05:30
|
|
|
#### Gemini CLI Extension (pre-release)
|
|
|
|
|
|
|
|
|
|
Until `v1.2.0` is published as the Latest release, Gemini CLI users can install
|
|
|
|
|
the native extension from `main`:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
gemini extensions install https://github.com/coderabbitai/skills --ref main
|
|
|
|
|
gemini extensions list
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
After `v1.2.0` is published, the `--ref main` option can be omitted.
|
|
|
|
|
|
|
|
|
|
The repository-root [`gemini-extension.json`](gemini-extension.json) packages
|
|
|
|
|
the portable skills, `/coderabbit:review` command, and code-review subagent.
|
|
|
|
|
This native extension is separate from the generic skills-installer path above.
|
|
|
|
|
|
2026-07-20 23:50:41 +05:30
|
|
|
#### Antigravity CLI Plugin
|
|
|
|
|
|
|
|
|
|
Antigravity CLI users can install the native plugin directly from this
|
|
|
|
|
repository:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
agy plugin install https://github.com/coderabbitai/skills
|
|
|
|
|
agy plugin list
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The repository-root [`plugin.json`](plugin.json) manifest packages the skills,
|
|
|
|
|
review command, and code-review subagent for Antigravity CLI's plugin discovery.
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
#### Codex App
|
2026-01-30 12:23:28 +05:30
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
Codex users can install the official CodeRabbit plugin by following the
|
|
|
|
|
[Codex app integration guide](https://docs.coderabbit.ai/cli/codex-integration#codex-app).
|
2026-01-30 12:23:28 +05:30
|
|
|
|
2026-04-22 13:01:43 +05:30
|
|
|
For an at-a-glance inventory of active and repo-packaged distribution paths, see
|
|
|
|
|
[DISTRIBUTION_CHANNELS.md](DISTRIBUTION_CHANNELS.md).
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
## What Lives Here
|
|
|
|
|
|
|
|
|
|
| Path | Purpose |
|
|
|
|
|
| --- | --- |
|
|
|
|
|
| `skills/` | Portable CodeRabbit skills for agents that support `SKILL.md`. |
|
|
|
|
|
| `.claude-plugin/` | Claude Code plugin marketplace metadata. |
|
2026-08-04 12:31:00 +05:30
|
|
|
| `commands/` | Native review commands for Claude Code, Gemini CLI, and Antigravity CLI. |
|
|
|
|
|
| `agents/` | Code-review subagent shipped to Claude Code, Gemini CLI, and Antigravity CLI. |
|
2026-04-28 14:14:15 +05:30
|
|
|
| `.cursor-plugin/` | Cursor marketplace metadata. |
|
2026-08-04 12:31:00 +05:30
|
|
|
| `gemini-extension.json` | Gemini CLI extension manifest. |
|
2026-07-20 23:50:41 +05:30
|
|
|
| `plugin.json` | Antigravity CLI plugin manifest. |
|
2026-04-28 14:14:15 +05:30
|
|
|
| `assets/` | Shared marketplace and brand assets. |
|
|
|
|
|
| `DISTRIBUTION_CHANNELS.md` | Maintainer inventory of live, packaged, and in-development channels. |
|
|
|
|
|
|
2026-01-30 12:23:28 +05:30
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
Once installed, just ask your agent:
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
Review my code
|
|
|
|
|
Check for security issues
|
|
|
|
|
What's wrong with my changes?
|
|
|
|
|
Run a code review
|
|
|
|
|
Review my PR
|
2026-05-04 12:06:56 +05:30
|
|
|
Review the directory at ../my-service
|
2026-01-30 12:23:28 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The agent will automatically:
|
|
|
|
|
|
2026-09-12 15:14:50 +05:30
|
|
|
1. Check if CodeRabbit CLI is installed
|
2026-01-30 12:23:28 +05:30
|
|
|
2. Run the review on your changes
|
|
|
|
|
3. Present findings grouped by severity
|
|
|
|
|
4. Optionally fix issues and re-review
|
|
|
|
|
|
2026-05-04 12:06:56 +05:30
|
|
|
When you ask for a specific review directory, the agent can pass CodeRabbit CLI
|
2026-09-12 15:14:50 +05:30
|
|
|
`--dir <path>` after confirming that path is inside an initialized Git working
|
|
|
|
|
tree.
|
2026-05-04 12:06:56 +05:30
|
|
|
|
2026-01-30 12:23:28 +05:30
|
|
|
## Supported Agents
|
|
|
|
|
|
2026-04-21 16:51:38 +05:30
|
|
|
CodeRabbit supports 35+ coding agents.
|
|
|
|
|
|
|
|
|
|
| Agent | Project Path | Global Path |
|
|
|
|
|
| ------------------ | ---------------------- | -------------------------------------- |
|
|
|
|
|
| Amp, Kimi Code CLI | `.agents/skills/` | `~/.config/agents/skills/` |
|
2026-07-20 23:50:41 +05:30
|
|
|
| Antigravity CLI | `.agents/skills/` | `~/.gemini/config/skills/` |
|
2026-04-21 16:51:38 +05:30
|
|
|
| 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/` |
|
2026-01-30 12:23:28 +05:30
|
|
|
|
|
|
|
|
## Available Skills
|
|
|
|
|
|
|
|
|
|
### [code-review](skills/code-review/SKILL.md)
|
|
|
|
|
|
|
|
|
|
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
|
2026-09-12 15:14:50 +05:30
|
|
|
- Preserves finding severities (critical, major, minor, trivial, info, none)
|
2026-01-30 12:23:28 +05:30
|
|
|
- Supports autonomous fix-review cycles
|
2026-09-12 15:14:50 +05:30
|
|
|
- Reviews tracked changes by default, with committed and uncommitted scopes
|
2026-05-04 12:06:56 +05:30
|
|
|
- Supports directory-scoped reviews through CodeRabbit CLI `--dir <path>`
|
2026-01-30 12:23:28 +05:30
|
|
|
|
2026-03-02 16:42:36 +05:30
|
|
|
### [autofix](skills/autofix/SKILL.md)
|
|
|
|
|
|
2026-04-21 16:14:38 +05:30
|
|
|
Safe fix workflow for unresolved CodeRabbit GitHub PR review threads, with per-issue review and approval.
|
2026-03-02 16:42:36 +05:30
|
|
|
|
|
|
|
|
**Use when:**
|
|
|
|
|
|
|
|
|
|
- You already have an open GitHub PR reviewed by CodeRabbit
|
2026-04-21 16:14:38 +05:30
|
|
|
- You want to apply suggested fixes from unresolved current CodeRabbit review threads
|
|
|
|
|
- You want guided fixes with explicit approval for each change
|
2026-03-02 16:42:36 +05:30
|
|
|
|
2026-04-21 16:14:38 +05:30
|
|
|
**Categories covered:** Review-thread extraction, issue prioritization, guarded fixes, consolidated commit and PR summary
|
2026-03-02 16:42:36 +05:30
|
|
|
|
|
|
|
|
**Triggers:** "coderabbit autofix", "fix coderabbit", "cr fix"
|
|
|
|
|
|
|
|
|
|
**Capabilities:**
|
|
|
|
|
|
2026-04-21 16:14:38 +05:30
|
|
|
- Fetches unresolved current CodeRabbit review threads for the current PR
|
2026-03-02 16:42:36 +05:30
|
|
|
- Parses and prioritizes issues by severity
|
2026-04-21 16:14:38 +05:30
|
|
|
- Applies fixes only after validating the issue and getting approval
|
2026-03-02 16:42:36 +05:30
|
|
|
- Produces a single consolidated commit and posts a PR summary comment
|
|
|
|
|
|
2026-04-28 14:14:15 +05:30
|
|
|
## 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/`
|
|
|
|
|
|
2026-07-20 23:50:41 +05:30
|
|
|
### Antigravity CLI
|
|
|
|
|
|
|
|
|
|
- Native plugin manifest: `plugin.json`
|
|
|
|
|
- Skills source: `skills/`
|
|
|
|
|
- Review command: `commands/coderabbit-review.md` (converted to a skill during installation)
|
|
|
|
|
- Subagent: `agents/code-reviewer.md`
|
|
|
|
|
|
2026-08-04 12:31:00 +05:30
|
|
|
### Gemini CLI
|
|
|
|
|
|
|
|
|
|
- Native extension manifest: `gemini-extension.json`
|
|
|
|
|
- Skills source: `skills/`
|
|
|
|
|
- Slash command: `/coderabbit:review` (`commands/coderabbit/review.toml`)
|
|
|
|
|
- Subagent: `agents/code-reviewer.md`
|
|
|
|
|
|
2026-01-30 12:23:28 +05:30
|
|
|
## Resources
|
|
|
|
|
|
|
|
|
|
- [CodeRabbit Documentation](https://coderabbit.ai/docs)
|
|
|
|
|
- [CodeRabbit CLI Guide](https://docs.coderabbit.ai/cli)
|
|
|
|
|
- [Vercel Skills CLI](https://github.com/vercel-labs/skills)
|
|
|
|
|
- [Agent Skills Specification](https://agentskills.io/specification)
|
2026-08-04 12:31:00 +05:30
|
|
|
- [Gemini CLI Extension Documentation](https://geminicli.com/docs/extensions/reference/)
|
2026-07-20 23:50:41 +05:30
|
|
|
- [Antigravity CLI Plugin Documentation](https://antigravity.google/docs/cli-plugins)
|
2026-01-30 12:23:28 +05:30
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT
|