coderabbit-review

Automate code reviews with CodeRabbit CLI via WSL.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/Matheusvs1998/Site-campeonato-de-fifa --skill coderabbit-review-matheusvs1998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/Matheusvs1998/Site-campeonato-de-fifa/tree/main/site-fifa/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/Matheusvs1998/Site-campeonato-de-fifa --skill coderabbit-review-matheusvs1998

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires coderabbit-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill automates code reviews using WSL, streamlining the process before commits, PRs, or QA gates, and includes a self-healing loop for critical issues.

Core Features & Use Cases

  • Automated Code Review: Execute CodeRabbit CLI for automated code review via WSL.
  • Scope Selection: Supports review scopes for uncommitted, committed, and base branches.
  • Auto-Fix Iterations: Handles WSL wrapper, severity filtering, and auto-fix iterations for critical issues.
  • Use Case: Before merging a PR, use this Skill to perform a code review and automatically fix critical issues.

Quick Start

Run the 'coderabbit-review' skill with the scope 'uncommitted' to perform a pre-commit code review.

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 a commit using WSL?

Automated code reviews via WSL use the CodeRabbit CLI to analyze uncommitted changes, determine review scope, filter by severity, and auto-fix critical issues before integration.

How does automated code review handle critical issues in pre-commit and QA checks?

Automated code review handles critical issues using a self-healing auto-fix loop, iteratively applying severity filtering and corrections to ensure code meets pre-commit and QA gate requirements.

Do I need CodeRabbit CLI and WSL setup to run automated code reviews?

Yes, running automated code reviews requires both the CodeRabbit CLI dependency and a configured WSL environment to execute the wrapper scripts and process the review scope.

What review scopes are supported for automated pre-commit code checks?

Supported review scopes include uncommitted changes, committed changes, and base branches, allowing flexible automated code checks for pre-commit, pull request, and QA gate scenarios.

What is the best way to fix critical code issues found during a PR review?

The best way to fix critical PR issues is using automated code review with WSL, which applies severity filtering and executes auto-fix iterations to resolve problems before merging.