coderabbit

Automate AI-assisted code reviews for PRs and local changes via CLI.

22|1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/itechmeat/llm-code --skill coderabbit-itechmeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit
Source: https://github.com/itechmeat/llm-code/tree/main/skills/coderabbit
Command: npx skills add https://github.com/itechmeat/llm-code --skill coderabbit-itechmeat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

CodeRabbit provides automated, AI-assisted code reviews to accelerate PR feedback, triage issues, and ensure consistent quality across changes.

Core Features & Use Cases

  • CLI-driven reviews: Interactive, plain, and prompt-only modes for diverse workflows.
  • Configuration & governance: YAML-based settings, per-repo controls, and tool integrations.
  • PR collaboration & triage: Standardized triage and PR comment workflows with AI assistance.
  • Use Case: Integrate into CI to automatically review every PR and surface findings to developers.

Quick Start

Install CodeRabbit CLI, authenticate, then run a prompt-only review on uncommitted changes:

  • Install: curl -fsSL https://cli.coderabbit.ai/install.sh | sh
  • Authenticate: coderabbit auth login
  • Run: coderabbit --prompt-only --type uncommitted

Frequently Asked Questions about coderabbit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AI code review on uncommitted local changes?

AI code review on local changes is executed via the CodeRabbit CLI by authenticating and running `coderabbit --prompt-only --type uncommitted` to surface findings.

Does AI code review work with GitLab and Azure DevOps pull requests?

AI code review supports pull requests across GitHub, GitLab, Azure DevOps, and Bitbucket workflows, allowing teams to integrate automated triage directly into their existing repository hosting platforms.

What is the best way to automate pull request triage in CI pipelines?

Automating pull request triage in CI is achieved by integrating the CLI to run AI-assisted reviews on every PR, ensuring consistent quality checks and surfacing standardized findings to developers.

Can I configure per-repo governance controls for AI code reviews?

Configuring per-repo governance controls for AI code reviews is supported through YAML-based settings, allowing customized checks and consistent review enforcement across different repository workflows.

Do I need YAML configuration to enforce custom checks for pull requests?

YAML configuration is required to enforce custom checks for pull requests, providing per-repo controls and standardized governance for AI-driven findings and triage workflows.