npx skills add https://github.com/coderabbitai/skills --skill autofixInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
AI-powered code review for 35+ coding agents, powered by CodeRabbit. Detect bugs, security issues, and quality risks before you merge.
Install the CodeRabbit CLI via the CLI docs,
then authenticate:
coderabbit auth login
Then tell your agent: “Review my code.”
Use the CLI docs for the primary install path.
They cover Homebrew, the install script, authentication, and CLI usage.
For manual skills installation, 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 |
Consumers embedding these skills in a binary or installer should pin an
immutable release tag and verify the downloaded archive before unpacking it.
Do not consume branch archives such as refs/heads/main.
Every v* release tag publishes these GitHub release assets:
coderabbit-skills-vX.Y.Z.tar.gzcoderabbit-skills-vX.Y.Z.sha256release-manifest.jsonPreferred install flow for non-interactive consumers:
v1.1.1.release-manifest.json and coderabbit-skills-vX.Y.Z.tar.gz from.sha256 asset.Claude Code users can also install this as a plugin directly from the official marketplace:
In Claude Code:
/plugin marketplace update
/plugin install coderabbit
For the full setup flow, see the
Claude Code integration guide.
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 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.
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
The agent will automatically:
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/ |
AI-powered code review that finds bugs, security issues, and suggests improvements using CodeRabbit.
Use when:
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:
Safe fix workflow for unresolved CodeRabbit GitHub PR review threads, with per-issue review and approval.
Use when:
Categories covered: Review-thread extraction, issue prioritization, guarded fixes, consolidated commit and PR summary
Triggers: "coderabbit autofix", "fix coderabbit", "cr fix"
Capabilities:
MIT