coderabbit-review

Automate CodeRabbit CLI code reviews in WSL environments.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill coderabbit-review-guma154-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coderabbit-review
Source: https://github.com/guma154-cmd/noctua-orcamento/tree/main/.claude/Documentos/AGENTES%20PESSOAIS/temp-aiox-core/.claude/skills/coderabbit-review
Command: npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill coderabbit-review-guma154-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of executing code reviews on codebases, reducing manual effort and ensuring consistent quality checks.

Core Features & Use Cases

  • Automated WSL Execution: Runs the CodeRabbit CLI within WSL to perform code reviews seamlessly.
  • Severity Filtering & Auto-Fix: Classifies issues by severity level and applies auto-fixes to critical problems when possible.
  • Use Case: Developers can integrate this Skill into their pre-commit or QA pipelines to automatically review code, fix critical issues, and produce a summarized report.

Quick Start

Invoke the skill with the desired review scope argument, such as 'uncommitted' or 'base branch', to automatically run and analyze code review results.

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 review in a WSL environment?

You automate code review in WSL by running the CodeRabbit CLI within your WSL environment to analyze codebases seamlessly. This integration enables continuous quality assurance with minimal manual intervention before commits or pull requests.

Can I automatically fix critical code issues found during a code review?

Yes, you can automatically fix critical code issues through severity-based classification and auto-healing. The review process categorizes detected issues by severity level and applies auto-fixes to critical problems whenever possible, reducing manual correction effort.

Does this code review automation work for pre-commit and QA pipelines?

Yes, this code review automation works for pre-commit and QA pipelines by integrating directly into your workflow. It executes reviews based on your specified scope, such as uncommitted changes or a base branch, to ensure consistent quality gates.

What is the best way to run CodeRabbit CLI for continuous code quality?

The best way to run CodeRabbit CLI for continuous code quality is to invoke it with a specific review scope argument like uncommitted changes or a base branch. This triggers an automated analysis that classifies issues and produces a summarized report for your codebase.

How do I classify code review issues by severity level?

You classify code review issues by severity level by running an automated review process that evaluates your codebase against quality checks. The system automatically categorizes detected problems by severity and attempts auto-healing for critical issues before generating a report.