coderabbit-review

Automate CodeRabbit CLI reviews in WSL with severity classification and reporting.

Updated May 25, 2026
One-click install
npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill coderabbit-review-felipemaines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/FelipeMaines/ProjetoWeb/tree/main/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill coderabbit-review-felipemaines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates CodeRabbit CLI code reviews by running them in WSL, then automatically re-attempts fixes when CRITICAL issues are detected.

Core Features & Use Cases

  • Unified WSL CodeRabbit execution: Runs the CodeRabbit CLI from a WSL Ubuntu environment using the configured coderabbit binary path.
  • Review scope control: Supports uncommitted (default), committed, and base {branch} modes to fit pre-commit, PR/QA, or pre-merge review workflows.
  • Severity-aware outcomes with reporting: Classifies findings into CRITICAL/HIGH/MEDIUM/LOW, summarizes counts, and produces a PASS/FAIL decision.
  • Self-healing auto-fix loop: When CRITICAL issues remain, attempts auto-fixes and re-runs reviews up to agent-specific iteration limits.

Quick Start

Tell the system to run coderabbit-review for uncommitted changes using the default scope to get an automated review report with a PASS or FAIL decision.

Frequently Asked Questions about coderabbit-review

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

FAQPage Schema
How do I automate CodeRabbit code reviews in WSL for uncommitted changes?

You can automate CodeRabbit code reviews in WSL by running the CLI with the default uncommitted scope, which analyzes local changes and produces a severity-aware PASS or FAIL report.

Can I run a CodeRabbit review on a specific base branch before merging?

Yes, CodeRabbit review supports a base branch scope mode, allowing you to evaluate committed changes against a specified target branch for pre-merge quality checks.

How does the self-healing auto-fix loop handle CRITICAL findings?

The self-healing loop automatically attempts fixes for CRITICAL findings and re-runs the CodeRabbit review iteratively up to agent-specific limits until issues are resolved or limits are reached.

Does CodeRabbit review classify code issues by severity level?

CodeRabbit review classifies findings into CRITICAL, HIGH, MEDIUM, and LOW severity levels, summarizing issue counts to determine a final PASS or FAIL outcome.

What is needed to run CodeRabbit CLI reviews from a WSL environment?

Running CodeRabbit CLI reviews from WSL requires a configured Ubuntu environment with the coderabbit binary path set, valid authentication, and an enforced review timeout.

Can I use CodeRabbit review as a pre-commit gate?

Yes, CodeRabbit review applies to automated pre-commit workflows by evaluating uncommitted local changes and enforcing a review timeout before code is committed.