coderabbit-review

Automate CodeRabbit CLI code reviews in WSL environments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fabioaap/Prototipacao-Adsmagic --skill coderabbit-review-fabioaap
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/fabioaap/Prototipacao-Adsmagic/tree/main/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/fabioaap/Prototipacao-Adsmagic --skill coderabbit-review-fabioaap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates centralized CodeRabbit CLI execution inside a WSL environment to perform automated code reviews before commits, PRs, or QA gates, reducing manual setup and inconsistencies.

Core Features & Use Cases

  • WSL-wrapped CodeRabbit execution: runs the CodeRabbit CLI inside a Windows Subsystem for Linux environment to standardize reviews.
  • Self-healing loop: automatically re-runs reviews after auto-fixes for critical issues until resolved or max iterations.
  • Severity-driven workflow: classifies findings into CRITICAL/HIGH/MEDIUM/LOW and defines actions per role.

Quick Start

Invoke the CLI to run a pre-commit code review on uncommitted changes.

Frequently Asked Questions about coderabbit-review

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

FAQPage Schema
How do I automate code reviews in a WSL environment before committing?▼

Automating code reviews in a WSL environment involves running the CodeRabbit CLI on uncommitted changes to standardize pre-commit checks. This Skill wraps that execution, coordinating scope and parsing results directly within your local development setup.

Does CodeRabbit CLI work with Windows Subsystem for Linux for pre-PR checks?▼

Yes, CodeRabbit CLI works with Windows Subsystem for Linux by executing standardized reviews inside an Ubuntu WSL distribution. It requires the CLI installed at ~/.local/bin/coderabbit and valid authentication to run pre-PR and QA gate checks.

How does severity-based code review classification handle critical issues?▼

Severity-based code review classification categorizes findings into CRITICAL, HIGH, MEDIUM, and LOW levels to define role-specific actions. For critical issues, it triggers a self-healing loop that automatically re-runs reviews after auto-fixes until resolved or max iterations.

What is a self-healing loop in automated code review workflows?▼

A self-healing loop in automated code review workflows automatically re-runs evaluations after applying auto-fixes for critical issues. This iterative process continues until all critical findings are resolved or the system reaches the maximum iteration limit.

Do I need to install anything specific to run WSL-wrapped code reviews?▼

Yes, to run WSL-wrapped code reviews you need an Ubuntu WSL distribution and the CodeRabbit CLI installed at ~/.local/bin/coderabbit. Valid authentication is also required to execute the automated review commands and generate reports successfully.

Can I generate reports from CodeRabbit CLI results in my local development setup?▼

Yes, you can generate reports from CodeRabbit CLI results in your local development setup. The Skill parses execution outputs and creates reports based on severity-driven classifications, coordinating the entire scope from command construction to result parsing.