coderabbit-review

Run CodeRabbit CLI reviews in WSL with scoped PASS/FAIL summaries.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill coderabbit-review-hyagoviana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech/tree/main/meu-projeto/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill coderabbit-review-hyagoviana

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of running consistent automated code reviews across a Windows environment by standardizing how CodeRabbit is invoked inside WSL and by iterating when critical issues are found.

Core Features & Use Cases

  • Unified WSL CodeRabbit execution: Runs CodeRabbit CLI through WSL so reviews execute in the expected Linux environment.
  • Scope-based review targeting: Supports uncommitted, committed, and base-branch reviews to match pre-commit, QA, and pre-PR workflows.
  • Severity triage with self-healing loop: Summarizes findings by severity and attempts auto-fix iterations when CRITICAL issues remain, then reports PASS/FAIL.
  • Use Case: Before merging a feature, run a review for uncommitted changes to catch CRITICAL blockers early, then re-run up to the configured iteration limit if fixes are required.

Quick Start

Use coderabbit-review to run a pre-commit uncommitted code review on your current workspace by specifying the scope as uncommitted.

Frequently Asked Questions about coderabbit-review

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

FAQPage Schema
How do I run an automated code review for uncommitted changes in WSL?

Run an automated code review for uncommitted changes in WSL by executing the CodeRabbit CLI with the review scope set to uncommitted. This targets your current workspace to catch CRITICAL blockers early before committing.

Can I use CodeRabbit for pre-PR checks against a specific base branch?

Yes, you can use CodeRabbit for pre-PR checks by selecting the base-branch scope. This targets committed changes against your specified base branch to ensure QA readiness before merging.

Does the CodeRabbit WSL review process handle critical issues automatically?

The CodeRabbit WSL review process handles critical issues using a self-healing loop. It attempts auto-fix iterations when CRITICAL findings remain, up to the configured limit, before reporting a final PASS/FAIL summary.

What is the execution timeout limit when running CodeRabbit reviews via WSL?

The execution timeout limit for running CodeRabbit reviews via WSL is 15 minutes. The automated QA process standardizes execution within this boundary to ensure reliable code review outcomes and severity triage.

Why does my CodeRabbit CLI review fail to execute properly on Windows?

CodeRabbit CLI reviews may fail on Windows if not executed within WSL. Standardizing the CodeRabbit invocation inside the WSL Linux environment removes friction and ensures the expected execution context for reliable operation.