code-review

Analyze code diffs for bugs, security vulnerabilities, and quality risks via CodeRabbit CLI.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/adamatdevops/forge-works --skill code-review-adamatdevops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/adamatdevops/forge-works/tree/main/.skills/coderabbitai/code-review
Command: npx skills add https://github.com/adamatdevops/forge-works --skill code-review-adamatdevops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps developers quickly identify bugs, security issues, and quality risks in code changes, and turn that feedback into a structured plan for fixes.

Core Features & Use Cases

  • AI-powered Code Review: Detects issues across changed code and highlights critical, warning, and informational findings.
  • Flexible Review Scope: Reviews staged, committed, uncommitted, entire working sets, or specific base branches/commits and directories.
  • Agent-Readable Output: Produces review results optimized for AI agents using the CLI’s --agent mode.

Quick Start

Run the command "coderabbit review --agent" in the repository you want to review after you have installed and authenticated the CodeRabbit CLI.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get AI code review on my Git diffs?

Get AI code review on Git diffs by running the CodeRabbit CLI with the --agent flag to analyze changes for bugs, security vulnerabilities, and quality risks. It produces agent-readable output highlighting critical, warning, and informational findings across your code.

Can I review staged and uncommitted code changes before a pull request?

You can review staged, uncommitted, or entire working set changes before a pull request. The flexible review scope allows analyzing directory-scoped changes or specific base branches and commits to catch issues early in your developer workflow.

What is static analysis for pull requests using AI feedback?

Static analysis for pull requests using AI feedback automates detecting security vulnerabilities and quality risks in code diffs. It evaluates changed code against a base branch or commit range, categorizing findings by severity to help developers prioritize fixes.

Do I need the CodeRabbit CLI to analyze Git diffs for security vulnerabilities?

You need the CodeRabbit CLI installed and authenticated to analyze Git diffs for security vulnerabilities. Proper working-tree hygiene is also required before sending diffs to the CodeRabbit API for analysis using the --agent output mode.

How does AI code review handle committed changes against a base branch?

AI code review handles committed changes by comparing your working tree against a specified base branch, commit, or range. It analyzes the resulting Git diffs to identify bugs and quality risks, generating structured feedback optimized for AI agent workflows.