coderabbit-review

Run CodeRabbit CLI reviews in WSL with severity-based pass/fail reporting.

Updated May 28, 2026
One-click install
npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill coderabbit-review-gustapaes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/GustaPaes/aiox-sprint-canvas/tree/main/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill coderabbit-review-gustapaes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates slow, error-prone manual code review by standardizing CodeRabbit CLI execution and automatically attempting to remediate CRITICAL issues through a bounded self-healing loop.

Core Features & Use Cases

  • Unified CodeRabbit execution via WSL: Runs the CodeRabbit CLI inside WSL from a consistent wrapper, including authentication checks.
  • Review scope control: Supports uncommitted (default), committed, and base {branch} to match pre-commit, story/QA, and pre-PR workflows.
  • Severity-based reporting and actioning: Classifies findings into CRITICAL/HIGH/MEDIUM/LOW and produces a PASS/FAIL decision.
  • Self-healing for CRITICAL issues: Iteratively applies auto-fixes (up to an agent-specific max) and re-runs the review to confirm resolution.

Quick Start

Run the coderabbit-review skill with the default scope to review your current uncommitted changes before a commit.

Frequently Asked Questions about coderabbit-review

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

FAQPage Schema
How do I run CodeRabbit code reviews automatically inside WSL?▼

Run CodeRabbit code reviews inside WSL by using a consistent command wrapper that handles CLI execution and authentication, producing severity-aware pass or fail reporting for your diffs.

Can I use CodeRabbit to review uncommitted changes before a commit?▼

Yes, you can review uncommitted changes by setting the scope to default, which evaluates your current working diff for pre-commit checks before you finalize a commit.

How do I automatically fix critical code review findings before pushing?▼

Automatically fix critical code review findings by enabling a bounded self-healing loop that iteratively applies auto-fixes and re-runs the review to confirm resolution before pushing.

What is the best way to set up CI gates using CodeRabbit severity classifications?▼

Set up CI gates by leveraging CodeRabbit severity classifications that categorize findings into CRITICAL, HIGH, MEDIUM, and LOW, generating a definitive pass or fail decision for your branch.

Does CodeRabbit review work with base branch diffs for pre-PR validation?▼

Yes, CodeRabbit review supports base branch diffs, allowing you to validate committed changes against a target branch to ensure pre-PR and pre-push workflows meet quality standards.

Why does my CodeRabbit review fail on committed changes in WSL?▼

Your CodeRabbit review may fail on committed changes in WSL if the review scope is not explicitly set to committed, or if CRITICAL findings remain unresolved after auto-fix iterations.