coderabbitai/skills logo

coderabbitai/skills

Free

Code review and PR autofix workflows

FreeFree tier
Type
Open Source

About coderabbitai/skills

CodeRabbit Skills and Plugins is the canonical repository for CodeRabbit's agent-native skills and plugin packaging, enabling AI-powered code review across 35+ coding agents, Antigravity CLI, Claude Code, Cursor, and other supported environments. It detects bugs, security issues, and quality risks before merging. The repo provides portable SKILL.md files, plugin metadata for Claude Code and Cursor, a review command and code-review subagent for Antigravity CLI, and a plugin manifest for easy installation. Users can trigger reviews by simply asking their agent to 'Review my code' or 'Check for security issues'.

Key Features

AI-powered code review that detects bugs, security issues, and quality risks before merging
Plugin packaging for Claude Code, Cursor, Antigravity CLI, and Codex App
Portable SKILL.md files for agents supporting agent-native skills
Installation via CLI (Homebrew, install script) and `npx skills add coderabbitai/skills`
Natural language triggers: 'Review my code', 'Check for security issues', etc.
Supports authentication with `coderabbit auth login`
Plugin manifests for Antigravity CLI and Cursor marketplace

Pros & Cons

Pros
  • Free and open source
  • Works with more than 35 coding agents and CLI tools
  • Quick installation and setup
  • Natural language command interface
  • Detects security issues, bugs, and quality risks
Cons
  • Requires CodeRabbit CLI to be installed and authenticated
  • Only supports agents and tools listed in the repository's distribution channels
  • Limited to code review functionality (not a general-purpose coding assistant)

Best For

Automated code review on pull requests and local changesSecurity vulnerability scanning before mergeQuality and bug detection in code changesIntegrating code review into multi-agent workflows

FAQ

What is CodeRabbit Skills?
It is a repository that packages CodeRabbit's agent-native skills and plugins for AI-powered code review, allowing installation into 35+ coding agents, Claude Code, Cursor, Antigravity CLI, and more.
How do I install CodeRabbit Skills?
First install the CodeRabbit CLI via the CLI docs (Homebrew, install script), then authenticate with `coderabbit auth login`. For agents supporting SKILL.md files, use `npx skills add coderabbitai/skills` with optional flags like `--global`, `--agent`, or `--all`. Claude Code users can also install via `/plugin install coderabbit` from the marketplace.
What can I do with CodeRabbit Skills?
Once installed, you can ask your agent to 'Review my code', 'Check for security issues', 'What's wrong with my changes?', or 'Run a code review' and it will automatically detect bugs, security issues, and quality risks.
Which agents are supported?
The skills work with 35+ coding agents, including Antigravity CLI, Claude Code, Cursor, and Codex App. Specific installation instructions are provided for each.