{"id":46508877,"url":"https://github.com/coderabbitai/skills","last_synced_at":"2026-04-22T09:03:38.264Z","repository":{"id":340507077,"uuid":"1145744625","full_name":"coderabbitai/skills","owner":"coderabbitai","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-21T09:36:07.000Z","size":33,"stargazers_count":73,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-21T09:37:57.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://skills.sh/coderabbitai/skills","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderabbitai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T06:46:28.000Z","updated_at":"2026-04-21T03:13:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coderabbitai/skills","commit_stats":null,"previous_names":["coderabbitai/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderabbitai/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbitai%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbitai%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbitai%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbitai%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderabbitai","download_url":"https://codeload.github.com/coderabbitai/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbitai%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-06T15:28:05.201Z","updated_at":"2026-04-22T09:03:38.259Z","avatar_url":"https://github.com/coderabbitai.png","language":null,"funding_links":[],"categories":["Sponsors ❤️","Code \u0026 Developer Tools","Misc"],"sub_categories":["Community Skills"],"readme":"# CodeRabbit Skills\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\nAI-powered code review for 35+ coding agents, powered by [CodeRabbit](https://coderabbit.ai). Detect 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### 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### Other install paths from this repo\n\n#### Skills installer\n\nFor manual skills installation, 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#### Tagged release archives for binary installers\n\nConsumers embedding these skills in a binary or installer should pin an\nimmutable release tag and verify the downloaded archive before unpacking it.\nDo not consume branch archives such as `refs/heads/main`.\n\nEvery `v*` release tag publishes these GitHub release assets:\n\n- `coderabbit-skills-vX.Y.Z.tar.gz`\n- `coderabbit-skills-vX.Y.Z.sha256`\n- `release-manifest.json`\n\nPreferred install flow for non-interactive consumers:\n\n1. Pin a release tag such as `v1.1.1`.\n2. Download `release-manifest.json` and `coderabbit-skills-vX.Y.Z.tar.gz` from\n   that release.\n3. Verify the archive SHA-256 against the manifest or `.sha256` asset.\n4. Reject the install if the checksum does not match.\n\n### Claude Code Plugin\n\nClaude Code users can also install this as a plugin directly from the official marketplace:\n\nIn Claude Code:\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#### 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## 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\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\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        | `.agent/skills/`       | `~/.gemini/antigravity/global_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\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## 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\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderabbitai%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderabbitai%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderabbitai%2Fskills/lists"}