CodeRabbit logoCodeRabbit logo
AgentEnterpriseCustomersPricingBlog
Resources
  • Docs
  • Trust Center
  • Contact Us
  • FAQ
  • Reports & Guides
Log InGet a free trial
CodeRabbit logoCodeRabbit logo

Products

AgentPull Request ReviewsIDE ReviewsCLI ReviewsPlanOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesReports & Guides

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

discord iconx iconlinkedin iconrss icon
footer-logo shape
Terms of Service Privacy Policy

CodeRabbit, Inc. © 2026

CodeRabbit logoCodeRabbit logo

Products

AgentPull Request ReviewsIDE ReviewsCLI ReviewsPlanOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesReports & Guides

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

discord iconx iconlinkedin iconrss icon

CodeRabbit Skills: Give your AI agent code review instincts

by
Konrad Sopala

Konrad Sopala

February 25, 2026

2 min read

February 25, 2026

2 min read

  • What are CodeRabbit Skills?
  • What actually happens when your agent runs a CodeRabbit Skill?
  • Works with the agents you already use
  • Install in under 30 seconds
  • Try CodeRabbit Skills today
Back to blog
Cover image

Share

https://victorious-bubble-f69a016683.media.strapiapp.com/Reddit_feecae8a6d.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/X_721afca608.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/Linked_In_a3d8c65f20.png

Cut code review time & bugs by 50%

Most installed AI app on GitHub and GitLab

Free 14-day trial

Get Started

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon
newsletter decoration

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon

Keep reading

CodeRabbit CLI 0.5.0: Easier setup, clearer org selection, and a new health check

CodeRabbit CLI 0.5.0: Easier setup, clearer org selection, and a new health check

CodeRabbit CLI 0.5.0 adds automatic login prompts, a coderabbit doctor command for diagnosing setup issues, cleaner org selection for multi-org users, and better messaging when you hit rate limits.

The diff says 1,400 lines. The change is six

The diff says 1,400 lines. The change is six

CodeRabbit Review now has a semantic diff view that groups moved blocks and surfaces token-level edits, so the actual change isn't buried inside 1,400 lines of noise.

Explainable reviews: CodeRabbit Review and the context engine that make it possible

Explainable reviews: CodeRabbit Review and the context engine that make it possible

Learn how CodeRabbit delivers explainable AI code reviews through semantic diffs, context engineering, model orchestration, and verification systems built for enterprise software teams.

Get
Started in
2 clicks.

No credit card needed

Your browser does not support the video.
Install in VS Code
Your browser does not support the video.

AI agents can write code, they can refactor code, they can even explain code. But they don’t review code like a senior engineer.

They don’t consistently look for subtle bugs. They miss security risks. They don’t always group issues by severity or help you fix them in a structured way.

That’s the gap CodeRabbit Skills are designed to close.

What are CodeRabbit Skills?

CodeRabbit Skills let your AI coding agent initiate CodeRabbit-powered code reviews directly from your local environment, CLI, or IDE. Once installed, you can simply tell your agent things like:

Review my code
Check for security issues
Review my PR
What's wrong with my changes?
Run a code review

Your agent will automatically work with the CodeRabbit CLI to run a CodeRabbit review and return structured findings. No switching tools. No opening GitHub. No manual setup every time.

Just ask and your agent reviews.

What actually happens when your agent runs a CodeRabbit Skill?

When your agent invokes the CodeRabbit code review skill, it initiates a CodeRabbit review through the CodeRabbit CLI tool. Specifically, it will:

  • Analyze your changes for bugs, security issues, and anti-patterns

  • Group findings by severity (critical, warning, info)

  • Suggest concrete fixes and improvements

  • Support iterative fix-and-review workflows

Works with the agents you already use

CodeRabbit Skills work across a wide ecosystem of coding agents, including:

  • Claude Code

  • Codex

  • Cursor

  • GitHub Copilot

  • Gemini CLI

  • Continue

  • Windsurf

  • And 30+ more

Install in under 30 seconds

Setup is intentionally simple:

# Install CodeRabbit CLI
curl -fsSL <https://cli.coderabbit.ai/install.sh> | sh

# Authenticate
coderabbit auth login

# Install the skill
npx skills add coderabbitai/skills

Now, your agent can run real CodeRabbit reviews locally.

That’s it.

Try CodeRabbit Skills today

Install CodeRabbit Skills and get real code review right where you work:

https://github.com/coderabbitai/skills

Ask your agent to have CodeRabbit review your code and see what it catches.