coderabbit-review

Run CodeRabbit CLI reviews in WSL with self-healing fixes.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/utem1 --skill coderabbit-review-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/Gabrielloopes33/utem1/tree/main/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/Gabrielloopes33/utem1 --skill coderabbit-review-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (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 attempts to auto-fix critical issues.

Core Features & Use Cases

  • Unified CLI Execution: Runs CodeRabbit CLI within a WSL environment.
  • Scope Determination: Supports reviewing uncommitted, committed, or base branches.
  • Self-Healing Loop: Automatically attempts to fix critical issues and re-runs the review.
  • Use Case: Before committing your code, use this skill to perform an automated review, identify critical issues, and have it attempt to fix them, saving you manual review time and effort.

Quick Start

Run the coderabbit-review skill to perform a pre-commit review of your uncommitted code.

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 before a commit?

Automated code review for uncommitted changes runs the CodeRabbit CLI within a WSL environment to assess code quality. It determines the appropriate review scope for pre-commit checks and applies a self-healing loop to automatically fix critical issues before finalizing.

Does CodeRabbit CLI work with Windows Subsystem for Linux for CI/CD pipelines?

CodeRabbit CLI works within a Windows Subsystem for Linux (WSL) environment to execute automated code quality assessments for CI/CD pipelines. It requires proper CLI installation and authentication within WSL, supporting configurable timeouts and severity filtering for findings.

Can I automatically fix critical code issues found during a pre-PR review?

Automatically fixing critical code issues during a pre-PR review is supported through a self-healing loop. When the automated review identifies critical findings, it attempts to fix them and re-runs the assessment to ensure quality gates are passed.

What is the best way to run QA gate code reviews on a base branch?

Running QA gate code reviews on a base branch is best handled by determining the appropriate review scope and executing the CodeRabbit CLI. This automated process assesses code quality and applies severity filtering to ensure only critical issues block the gate.

Do I need to configure timeouts and severity filters for automated code review?

Configuring timeouts and severity filters is required for automated code review to manage execution limits and focus on relevant findings. These settings control how the CodeRabbit CLI operates within WSL, ensuring the self-healing loop targets only critical issues.

Why does my CodeRabbit review fail to fix issues in my WSL environment?

CodeRabbit review fails to fix issues in a WSL environment if CLI installation and authentication are not properly configured. The self-healing loop depends on a valid WSL setup to execute the automated code quality assessment and apply fixes for critical findings.