coderabbit-review

Orchestrate CodeRabbit CLI reviews in WSL with severity-based parsing.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Andre-cardia/nivel-ia --skill coderabbit-review-andre-cardia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/Andre-cardia/nivel-ia/tree/main/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/Andre-cardia/nivel-ia --skill coderabbit-review-andre-cardia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated code reviews by orchestrating the CodeRabbit CLI inside a WSL environment, streamlining pre-commit checks, PR gates, and QA verifications.

Core Features & Use Cases

  • WSL wrapper execution for CodeRabbit CLI with seamless context switching across Windows and Linux environments.
  • Severity-based filtering and automated iteration to address CRITICAL issues during reviews.
  • Self-healing loop that re-runs reviews after potential auto-fixes to ensure stable results in CI gates.
  • Use Case: Pre-commit checks before pushing code, PR story validation, and QA gate approvals.

Quick Start

Run the coderabbit-review skill with your review scope to start an automated WSL-based code review.

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?▼

Automated code reviews in WSL are handled by orchestrating the CodeRabbit CLI, which manages scope selection, command construction, and result parsing by severity to streamline pre-commit checks and QA gates.

How does the self-healing loop work for CRITICAL code review issues?▼

The self-healing loop re-runs automated reviews after applying potential auto-fixes for CRITICAL severity issues, ensuring stable and passing results before finalizing CI gate approvals or PR validations.

Can I use CodeRabbit CLI for pre-commit checks across Windows and Linux contexts?▼

CodeRabbit CLI operates seamlessly within a WSL wrapper to execute pre-commit checks, enabling smooth context switching across Windows and Linux environments for your automated code review workflows.

What review scopes are supported for automated CodeRabbit reviews?▼

Automated CodeRabbit reviews support scope selection for uncommitted changes, committed changes, or a specified base, allowing flexible targeting for pre-commit checks, PR story validation, and QA approvals.

How are code review results parsed and filtered by severity?▼

Code review results are parsed by severity levels, specifically isolating CRITICAL issues to trigger automated self-healing iterations, while also handling timeout constraints and comprehensive error reporting during the process.