coderabbit-review

Run CodeRabbit CLI code reviews in WSL with configurable scopes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralized automated code review workflows in a Windows Subsystem for Linux (WSL) environment, with a self-healing loop to reduce manual intervention and accelerate gate reviews.

Core Features & Use Cases

  • WSL-based CodeRabbit CLI execution for automated code reviews before commits, PRs, and QA gates.
  • Self-healing loop that automatically retries fixes for critical issues and re-runs reviews.
  • Structured reporting and robust error handling to guide remediation and decision making.

Quick Start

Run coderabbit-review with a scope (uncommitted, committed, or base) to perform an automated code review inside WSL and generate a prioritized report.

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 WSL before committing code?

Automated code reviews in WSL can be executed using the CodeRabbit CLI with the uncommitted scope option to analyze staged changes and generate a prioritized report before committing.

What is a self-healing loop in automated code review workflows?

A self-healing loop in automated code review workflows automatically retries fixes for critical issues detected by the CodeRabbit CLI and re-runs the review to reduce manual intervention.

Can I run CodeRabbit CLI reviews for pre-push and PR scenarios inside WSL?

Yes, CodeRabbit CLI reviews support pre-push and PR scenarios inside WSL by using the committed or base scope options to analyze committed changes before pushing to a remote repository.

Do I need the CodeRabbit CLI installed in WSL to automate PR reviews?

Yes, you need the CodeRabbit CLI installed within a supported WSL distribution, along with passing authentication checks and timeout handling prerequisites, to automate PR reviews.

How does automated code review handle critical errors and timeouts in WSL?

Automated code review in WSL handles critical errors and timeouts through robust error handling and structured reporting that guides remediation, while a self-healing loop automatically retries fixes.