{
  "markdown": "# CodeRabbit Skills and Plugins\n\n![Version](https://img.shields.io/badge/version-1.1.1-blue)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Agents](https://img.shields.io/badge/works_with-35%2B_agents-brightgreen)](#supported-agents)\n\nThe canonical home for CodeRabbit's agent-native skills and plugin packaging.\nUse it to install AI-powered code review into 35+ coding agents, Gemini CLI,\nAntigravity CLI, Claude Code, Cursor, and other supported agent environments.\n\nCodeRabbit detects bugs, security issues, and quality risks before you merge.\n\n## Quickstart\n\nInstall the CodeRabbit CLI via the [CLI docs](https://docs.coderabbit.ai/cli),\nthen authenticate:\n\n```bash\ncoderabbit auth login\n```\n\nThen tell your agent: **“Review my code.”**\n\n## Installation\n\n### 1. Install the CodeRabbit CLI\n\nUse the [CLI docs](https://docs.coderabbit.ai/cli) for the primary install path.\nThey cover Homebrew, the install script, authentication, and CLI usage.\n\n### 2. Install the agent integration\n\nChoose the path that matches your coding agent.\n\n#### Skills installer\n\nFor agents that support portable `SKILL.md` files, use the\n[skills docs](https://docs.coderabbit.ai/cli/skills).\n\n```bash\nnpx skills add coderabbitai/skills\n```\n\nInstallation options for the skills installer:\n\n| Flag           | Purpose                                          |\n| -------------- | ------------------------------------------------ |\n| `-g, --global` | Install to user directory instead of project     |\n| `-a, --agent`  | Target specific agents (for example `claude-code`) |\n| `-s, --skill`  | Install particular skills by name                |\n| `--all`        | Install all skills to all agents without prompts |\n\n#### Claude Code Plugin\n\nClaude Code users can also install this as a plugin directly from the official marketplace:\n\n```text\n/plugin marketplace update\n/plugin install coderabbit\n```\n\nFor the full setup flow, see the\n[Claude Code integration guide](https://docs.coderabbit.ai/cli/claude-code-integration).\n\n#### Cursor Plugin\n\nThis repository now includes Cursor marketplace metadata in\n[`/.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json).\n\nAfter publication, Cursor marketplace installs use:\n\n```text\n/add-plugin coderabbit\n```\n\nFor the current recommended setup, see the\n[Cursor integration guide](https://docs.coderabbit.ai/cli/cursor-integration).\n\n#### Gemini CLI Extension (pre-release)\n\nUntil `v1.2.0` is published as the Latest release, Gemini CLI users can install\nthe native extension from `main`:\n\n```bash\ngemini extensions install https://github.com/coderabbitai/skills --ref main\ngemini extensions list\n```\n\nAfter `v1.2.0` is published, the `--ref main` option can be omitted.\n\nThe repository-root [`gemini-extension.json`](gemini-extension.json) packages\nthe portable skills, `/coderabbit:review` command, and code-review subagent.\nThis native extension is separate from the generic skills-installer path above.\n\n#### Antigravity CLI Plugin\n\nAntigravity CLI users can install the native plugin directly from this\nrepository:\n\n```bash\nagy plugin install https://github.com/coderabbitai/skills\nagy plugin list\n```\n\nThe repository-root [`plugin.json`](plugin.json) manifest packages the skills,\nreview command, and code-review subagent for Antigravity CLI's plugin discovery.\n\n#### Codex App\n\nCodex users can install the official CodeRabbit plugin by following the\n[Codex app integration guide](https://docs.coderabbit.ai/cli/codex-integration#codex-app).\n\nFor an at-a-glance inventory of active and repo-packaged distribution paths, see\n[DISTRIBUTION_CHANNELS.md](DISTRIBUTION_CHANNELS.md).\n\n## What Lives Here\n\n| Path | Purpose |\n| --- | --- |\n| `skills/` | Portable CodeRabbit skills for agents that support `SKILL.md`. |\n| `.claude-plugin/` | Claude Code plugin marketplace metadata. |\n| `commands/` | Native review commands for Claude Code, Gemini CLI, and Antigravity CLI. |\n| `agents/` | Code-review subagent shipped to Claude Code, Gemini CLI, and Antigravity CLI. |\n| `.cursor-plugin/` | Cursor marketplace metadata. |\n| `gemini-extension.json` | Gemini CLI extension manifest. |\n| `plugin.json` | Antigravity CLI plugin manifest. |\n| `assets/` | Shared marketplace and brand assets. |\n| `DISTRIBUTION_CHANNELS.md` | Maintainer inventory of live, packaged, and in-development channels. |\n\n## Usage\n\nOnce installed, just ask your agent:\n\n```text\nReview my code\nCheck for security issues\nWhat's wrong with my changes?\nRun a code review\nReview my PR\nReview the directory at ../my-service\n```\n\nThe agent will automatically:\n\n1. Check if CodeRabbit CLI is installed and authenticated\n2. Run the review on your changes\n3. Present findings grouped by severity\n4. Optionally fix issues and re-review\n\nWhen you ask for a specific review directory, the agent can pass CodeRabbit CLI\n`--dir <path>` after confirming that path is an initialized Git repository.\n\n## Supported Agents\n\nCodeRabbit supports 35+ coding agents.\n\n| Agent              | Project Path           | Global Path                            |\n| ------------------ | ---------------------- | -------------------------------------- |\n| Amp, Kimi Code CLI | `.agents/skills/`      | `~/.config/agents/skills/`             |\n| Antigravity CLI    | `.agents/skills/`      | `~/.gemini/config/skills/`              |\n| Claude Code        | `.claude/skills/`      | `~/.claude/skills/`                    |\n| Cline              | `.cline/skills/`       | `~/.cline/skills/`                     |\n| CodeBuddy          | `.codebuddy/skills/`   | `~/.codebuddy/skills/`                 |\n| Codex              | `.codex/skills/`       | `~/.codex/skills/`                     |\n| Command Code       | `.commandcode/skills/` | `~/.commandcode/skills/`               |\n| Continue           | `.continue/skills/`    | `~/.continue/skills/`                  |\n| Crush              | `.crush/skills/`       | `~/.config/crush/skills/`              |\n| Cursor             | `.cursor/skills/`      | `~/.cursor/skills/`                    |\n| Droid              | `.factory/skills/`     | `~/.factory/skills/`                   |\n| Gemini CLI         | `.gemini/skills/`      | `~/.gemini/skills/`                    |\n| GitHub Copilot     | `.github/skills/`      | `~/.copilot/skills/`                   |\n| Goose              | `.goose/skills/`       | `~/.config/goose/skills/`              |\n| Junie              | `.junie/skills/`       | `~/.junie/skills/`                     |\n| Kilo Code          | `.kilocode/skills/`    | `~/.kilocode/skills/`                  |\n| Kiro CLI           | `.kiro/skills/`        | `~/.kiro/skills/`                      |\n| Kode               | `.kode/skills/`        | `~/.kode/skills/`                      |\n| MCPJam             | `.mcpjam/skills/`      | `~/.mcpjam/skills/`                    |\n| Moltbot            | `skills/`              | `~/.moltbot/skills/`                   |\n| Mux                | `.mux/skills/`         | `~/.mux/skills/`                       |\n| Neovate            | `.neovate/skills/`     | `~/.neovate/skills/`                   |\n| OpenClaude IDE     | `.openclaude/skills/`  | `~/.openclaude/skills/`                |\n| OpenCode           | `.opencode/skills/`    | `~/.config/opencode/skills/`           |\n| OpenHands          | `.openhands/skills/`   | `~/.openhands/skills/`                 |\n| Pi                 | `.pi/skills/`          | `~/.pi/agent/skills/`                  |\n| Pochi              | `.pochi/skills/`       | `~/.pochi/skills/`                     |\n| Qoder              | `.qoder/skills/`       | `~/.qoder/skills/`                     |\n| Qwen Code          | `.qwen/skills/`        | `~/.qwen/skills/`                      |\n| Replit             | `.agent/skills/`       | N/A (project-only)                     |\n| Roo Code           | `.roo/skills/`         | `~/.roo/skills/`                       |\n| Trae               | `.trae/skills/`        | `~/.trae/skills/`                      |\n| Trae CN            | `.trae/skills/`        | `~/.trae-cn/skills/`                   |\n| Windsurf           | `.windsurf/skills/`    | `~/.codeium/windsurf/skills/`          |\n| Zencoder           | `.zencoder/skills/`    | `~/.zencoder/skills/`                  |\n\n## Available Skills\n\n### [code-review](skills/code-review/SKILL.md)\n\nAI-powered code review that finds bugs, security issues, and suggests improvements using CodeRabbit.\n\n**Use when:**\n\n- You want to review code changes before committing or merging\n- Checking for bugs, security vulnerabilities, or anti-patterns\n- Getting PR feedback or suggestions for improvements\n- Running automated code quality checks\n\n**Categories covered:** Bug detection, security analysis, code quality, performance issues, best practices\n\n**Triggers:** \"review my code\", \"check for bugs\", \"security review\", \"PR feedback\", \"run coderabbit\"\n\n**Capabilities:**\n\n- Analyzes code changes for bugs, security issues, and anti-patterns\n- Groups findings by severity (critical, warning, info)\n- Supports autonomous fix-review cycles\n- Works with staged, committed, or all changes\n- Supports directory-scoped reviews through CodeRabbit CLI `--dir <path>`\n\n### [autofix](skills/autofix/SKILL.md)\n\nSafe fix workflow for unresolved CodeRabbit GitHub PR review threads, with per-issue review and approval.\n\n**Use when:**\n\n- You already have an open GitHub PR reviewed by CodeRabbit\n- You want to apply suggested fixes from unresolved current CodeRabbit review threads\n- You want guided fixes with explicit approval for each change\n\n**Categories covered:** Review-thread extraction, issue prioritization, guarded fixes, consolidated commit and PR summary\n\n**Triggers:** \"coderabbit autofix\", \"fix coderabbit\", \"cr fix\"\n\n**Capabilities:**\n\n- Fetches unresolved current CodeRabbit review threads for the current PR\n- Parses and prioritizes issues by severity\n- Applies fixes only after validating the issue and getting approval\n- Produces a single consolidated commit and posts a PR summary comment\n\n## Plugin Components\n\n### Claude Code\n\n- Slash command: `/coderabbit:review`\n- Subagent: `code-reviewer`\n- Marketplace manifest: `.claude-plugin/plugin.json`\n\nThe `code-review` skill also remains available for natural-language triggering\ninside compatible agents.\n\n### Cursor\n\n- Marketplace manifest: `.cursor-plugin/plugin.json`\n- Skills source: `skills/`\n\n### Antigravity CLI\n\n- Native plugin manifest: `plugin.json`\n- Skills source: `skills/`\n- Review command: `commands/coderabbit-review.md` (converted to a skill during installation)\n- Subagent: `agents/code-reviewer.md`\n\n### Gemini CLI\n\n- Native extension manifest: `gemini-extension.json`\n- Skills source: `skills/`\n- Slash command: `/coderabbit:review` (`commands/coderabbit/review.toml`)\n- Subagent: `agents/code-reviewer.md`\n\n## Resources\n\n- [CodeRabbit Documentation](https://coderabbit.ai/docs)\n- [CodeRabbit CLI Guide](https://docs.coderabbit.ai/cli)\n- [Vercel Skills CLI](https://github.com/vercel-labs/skills)\n- [Agent Skills Specification](https://agentskills.io/specification)\n- [Gemini CLI Extension Documentation](https://geminicli.com/docs/extensions/reference/)\n- [Antigravity CLI Plugin Documentation](https://antigravity.google/docs/cli-plugins)\n\n## License\n\nMIT\n",
  "bytes": 11258,
  "sha": "321c7225081e64f2d1e181acb050142449a4bc7e375b9756ac07b24de7754725",
  "repo_slug": "coderabbitai/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_coderabbitai_skills_coderabbit_f1688892/readme"
}