coderabbit-review

Run CodeRabbit CLI in WSL to review code and filter issues by severity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates automated code review processes by running CodeRabbit CLI within WSL, ensuring consistent and efficient code quality checks before commits, pull requests, or QA gates.

Core Features & Use Cases

  • Automated Code Review: Executes CodeRabbit CLI in WSL to evaluate code across multiple scopes such as uncommitted changes, committed code, or specific branches.
  • Severity Filtering & Auto-Fix: Classifies issues by severity and attempts automatic corrections for critical problems within specified iteration limits.
  • Use Case: A developer needs to verify code adherence and fix critical issues before pushing updates, using a repeatable review pipeline that minimizes manual intervention.

Quick Start

Run the code review by executing the command, specifying scope if desired, and analyze the generated report to address issues.

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

You can automate code reviews in a WSL environment by executing the CodeRabbit CLI to evaluate uncommitted changes or specific branches, generating a report to address issues before commits or pull requests.

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

Critical code issues found during a review can be automatically fixed by classifying issues by severity and performing self-healing iterations to apply automatic corrections within specified iteration limits.

Do I need the CodeRabbit CLI installed to run automated code checks?

Yes, you need the CodeRabbit CLI installed and configured within your WSL environment to execute automated code checks and ensure security compliance before QA gates.

What is the best way to filter code quality issues by severity before a pull request?

Filtering code quality issues by severity before a pull request involves running an automated review workflow that classifies identified issues, allowing you to prioritize and address critical problems first.

Does automated code review work for committed code and uncommitted changes?

Automated code review works for both committed code and uncommitted changes by executing CodeRabbit CLI in WSL to evaluate code across multiple scopes, including specific branches, before deployment.

Why does the WSL code review process require self-healing iterations?

The WSL code review process utilizes self-healing iterations to automatically attempt corrections on critical problems identified during the review, minimizing manual intervention before pushing updates.