coderabbit-review

Run CodeRabbit CLI in WSL to review code and auto-fix critical issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of running CodeRabbit for code reviews, ensuring code quality before commits, PRs, or QA gates, and includes a self-healing loop for critical issues.

Core Features & Use Cases

  • Unified CLI Execution: Runs the CodeRabbit CLI within a WSL environment.
  • Configurable Scope: Supports reviewing uncommitted, committed, or base branches.
  • Severity Filtering: Classifies findings into CRITICAL, HIGH, MEDIUM, and LOW.
  • Self-Healing Loop: Attempts to auto-fix CRITICAL issues and re-runs the review.
  • Use Case: Before committing a significant feature, run this skill to catch any critical bugs or style violations, and have it attempt to fix them automatically.

Quick Start

Use the coderabbit-review skill to perform a review of your 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 review for uncommitted changes in WSL?

Automated code review for uncommitted changes in WSL executes the CodeRabbit CLI to assess code quality. It supports configurable scopes including uncommitted changes, committed code, and base branches.

Can I automatically fix critical code violations found during a CI/CD review?

You can automatically fix critical code violations using a self-healing loop. This loop attempts auto-fixes for CRITICAL issues identified during the CodeRabbit review and re-runs the assessment.

Does CodeRabbit work with Windows Subsystem for Linux for quality assurance?

CodeRabbit works with Windows Subsystem for Linux by executing the CodeRabbit CLI within the WSL environment. This setup requires the CLI to be installed and authenticated in WSL beforehand.

How do I filter code review findings by severity before a pull request?

To filter code review findings by severity before a pull request, the automated review classifies issues into CRITICAL, HIGH, MEDIUM, and LOW categories based on the assessment results.

What are the limitations of running automated code reviews in a WSL environment?

Limitations of running automated code reviews in a WSL environment include the explicit dependency on having the CodeRabbit CLI installed and authenticated within the WSL setup.

What is the best way to review committed code against a base branch automatically?

The best way to review committed code against a base branch automatically is configuring the CodeRabbit CLI scope to target committed code, ensuring quality assurance gates are met.