coderabbit-review

Automate CodeRabbit CLI reviews in WSL with severity-scored pass/fail outcomes.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill coderabbit-review-elevaria-bia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/Elevaria-bia/elevaria-bia.github.io/tree/main/meu-projeto/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill coderabbit-review-elevaria-bia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of running consistent CodeRabbit CLI reviews by standardizing execution inside WSL, then automatically looping to fix critical issues so reviews can pass faster.

Core Features & Use Cases

  • WSL-Standardized CodeRabbit Execution: Runs CodeRabbit CLI through a WSL bash wrapper with an explicit working directory.
  • Scope-Aware Review Modes: Supports uncommitted, committed, or base-branch comparisons to fit pre-commit, PR/QA, and pre-merge workflows.
  • Severity Classification + Self-Healing Loop: Categorizes findings by severity and attempts auto-fixes for CRITICAL issues within agent-specific iteration limits, then reports PASS/FAIL.

Quick Start

Run a CodeRabbit review for uncommitted changes using the default scope and apply any available self-healing for CRITICAL issues.

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 and fix critical issues before a pull request?

Automated code review execution runs CodeRabbit CLI inside WSL, categorizes findings by severity, and iteratively auto-fixes CRITICAL issues to produce a pass/fail outcome before opening a pull request.

Can I run a CodeRabbit review on uncommitted changes in WSL?

Yes, you can run a CodeRabbit review on uncommitted changes in WSL by using a standardized bash wrapper with an explicit working directory to evaluate local modifications before committing.

What is the best way to handle CRITICAL findings from an automated code review?

Handling CRITICAL findings involves an iterative self-healing loop that automatically applies fixes to severity-scored issues up to agent-specific maximum iterations before reporting a final PASS or FAIL.

Does this automated code review support base-branch comparisons for pre-merge workflows?

Yes, the automated code review supports base-branch comparisons alongside uncommitted and committed scope modes to fit pre-commit, pre-PR, QA, and pre-merge validation workflows.

Do I need WSL authentication configured to run CodeRabbit CLI reviews?

Yes, WSL authentication readiness is required to execute CodeRabbit CLI reviews, as the process standardizes execution inside a WSL bash wrapper with timeout control and severity filtering.