code-review

Identify defects, quality issues, and security risks in code changes using CodeRabbit CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/neighbor-game-ai/DreamCore-V2-sandbox --skill code-review-neighbor-game-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/neighbor-game-ai/DreamCore-V2-sandbox/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/neighbor-game-ai/DreamCore-V2-sandbox --skill code-review-neighbor-game-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates thorough code reviews by leveraging CodeRabbit to identify bugs, security risks, and quality issues across code changes, enabling faster, safer ship cycles.

Core Features & Use Cases

  • Finds bugs, security issues, and quality risks in changed code
  • Groups findings by severity (Critical, Warning, Info)
  • Works on staged, committed, or all changes; supports base branch/commit
  • Provides fix suggestions (--plain) or minimal output for agents (--prompt-only)

Quick Start

Use the code-review skill to review the latest changes in your repository and generate actionable feedback.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review to find bugs and security risks in my staged changes?

To automate code review, use this skill with the CodeRabbit CLI to identify defects, security risks, and quality issues. It works on staged, committed, or all changes and outputs structured findings grouped by severity.

Can I review multi-file diffs against a base branch automatically?

Yes, you can review multi-file diffs automatically. The skill supports base-branch or commit comparisons across single or multi-file diffs to identify bugs and quality issues in code changes.

How does AI-assisted code review handle fix suggestions for developers?

AI-assisted code review provides fix suggestions using the --plain option to output detailed fixes. Alternatively, it can output minimal prompts with --prompt-only for AI agents to process.

What is the best way to integrate automated code analysis into a ship cycle?

The best way to integrate automated code analysis is using this skill to review changes before merging. It finds bugs, security issues, and quality risks, grouping findings by Critical, Warning, and Info severity.

Do I need to handle authentication separately to run CodeRabbit CLI reviews?

No, you do not need to handle authentication separately. The skill handles authentication internally while using the CodeRabbit CLI to identify defects and security risks in your code changes.

Why use automated code review instead of manual inspection for committed changes?

Automated code review replaces manual inspection by leveraging CodeRabbit to find bugs and security risks across changed code. It enables faster, safer ship cycles by generating actionable feedback on committed changes.