coderabbit-review

Automates CodeRabbit CLI systematic code reviews in a WSL environment.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/fabiolpgomes/lodgra --skill coderabbit-review-fabiolpgomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/fabiolpgomes/lodgra/tree/main/.agents/skills/coderabbit-review
Command: npx skills add https://github.com/fabiolpgomes/lodgra --skill coderabbit-review-fabiolpgomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the bottleneck of manual code review by automating the execution of CodeRabbit CLI, ensuring that critical issues are identified and addressed before code is merged.

Core Features & Use Cases

  • Automated Review Scopes: Supports uncommitted, committed, and branch-based review scopes to fit any stage of the development lifecycle.
  • Self-Healing Loop: Automatically attempts to fix critical issues and re-runs the review process to ensure high code quality.
  • Use Case: A developer can trigger a pre-commit review to catch critical security or logic flaws, allowing the agent to iterate on fixes until the code passes the quality gate.

Quick Start

Use the coderabbit-review skill to perform an uncommitted code review on the current workspace.

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 before committing changes?

You can automate code reviews by running CodeRabbit CLI within a WSL environment to check uncommitted changes. The skill triggers automated reviews and applies self-healing logic to fix critical issues before code is merged.

What is a self-healing code review process?

A self-healing code review automatically attempts to fix critical issues found during the review and then re-runs the validation process. This loop iterates until the code passes the defined quality gates.

Can I review committed history and branch comparisons using WSL?

Yes, you can review committed history and branch comparisons within your WSL Ubuntu distribution. The skill supports multiple scopes including uncommitted changes, committed history, and branch-based comparisons.

Do I need a specific WSL setup to run automated code reviews?

Yes, you need a configured WSL Ubuntu distribution with the CodeRabbit CLI installed and authenticated. This environment is required to execute the automated review scopes and enforce quality gates.

How does automated code review compare to manual quality assurance?

Automated code review via CLI eliminates the bottleneck of manual checks by systematically identifying flaws and iterating on fixes. It enforces quality gates consistently across uncommitted changes and branch comparisons.