coderabbit-review

Automate CodeRabbit CLI code reviews through WSL with severity filtering and auto-fix loops.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates consistent CodeRabbit-based code reviews across common git review gates, including WSL execution and automated recovery when critical issues are detected.

Core Features & Use Cases

  • WSL-based CodeRabbit execution: Runs CodeRabbit CLI inside WSL from a unified workflow.
  • Review scope control: Supports uncommitted, committed (with base), and base-branch review modes.
  • Severity classification and pass/fail reporting: Summarizes findings by severity and produces a clear PASS / FAIL decision.
  • Self-healing auto-fix loop: For CRITICAL issues, iterates auto-fix up to agent-specific limits and re-runs the review until the gate is cleared.

Use case: you’re preparing a PR and need a fast, repeatable QA gate that flags CRITICAL issues, attempts automatic fixes, and only blocks the merge if critical items remain.

Quick Start

Ask your agent to run coderabbit-review for uncommitted changes using default scope.

Frequently Asked Questions about coderabbit-review

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

FAQPage Schema
How do I automate CodeRabbit code reviews for pull requests using WSL?

Automated CodeRabbit code reviews run via WSL by executing the CodeRabbit CLI on repository changes to produce pass or fail gating decisions. It handles uncommitted, committed, and base-branch review scenarios during pre-commit, PR, QA, and pre-push workflows.

Can I auto-fix critical code review issues before merging a pull request?

Critical code review issues can be auto-fixed using a self-healing loop that iterates fixes up to agent-specific limits. The review re-runs until the gate is cleared, only blocking merges if critical items remain unresolved.

How do I filter code review findings by severity for a pre-commit gate?

Severity filtering summarizes code review findings by classification to produce clear pass or fail decisions. This allows pre-commit and pre-push gates to block merges only when critical severity items are detected.

Does the CodeRabbit CLI review work with uncommitted local changes?

CodeRabbit CLI review supports uncommitted local changes through a unified WSL workflow. You can run it on uncommitted code, committed code with a base branch, or base-branch review modes depending on your workflow stage.

What are the limitations of running automated code reviews through WSL?

Running automated code reviews through WSL requires WSL execution and handles timeout constraints. Self-healing auto-fix iterations are capped by agent-specific limits, meaning complex critical issues may eventually block the gate if they cannot be resolved automatically.