coderabbit-review

Automate CodeRabbit CLI code reviews via WSL with severity classification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort and inconsistency of running CodeRabbit CLI across WSL environments for automated code reviews, removing the need to manually handle scope flags, severity filtering, and repeated fix attempts for critical issues.

Core Features & Use Cases

  • Unified WSL Execution: Runs CodeRabbit CLI seamlessly from Windows via WSL with pre-configured paths and authentication checks.
  • Scope-Aware Reviews: Supports pre-commit, committed code, and base branch review workflows tailored to development, QA, and DevOps stages.
  • Self-Healing Fix Loop: Automatically attempts to resolve critical issues and re-runs reviews up to agent-specific iteration limits to reduce manual remediation work.
  • Use Case: A developer can run a pre-commit review that automatically fixes critical code issues before pushing, cutting down on QA feedback cycles.

Quick Start

Use the coderabbit-review skill to run an automated code review of your uncommitted changes before you commit your code.

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

You can automate CodeRabbit code reviews in WSL by using a skill that runs the CodeRabbit CLI with pre-configured paths and authentication checks, standardizing the review workflow directly from Windows.

Can I run a pre-commit automated review on uncommitted changes?

Yes, you can run a pre-commit automated review on uncommitted changes. The skill supports scope-aware reviews tailored for development stages, evaluating local modifications before you commit your code.

How does self-healing remediation work for critical code review issues?

Self-healing remediation works by automatically attempting to resolve critical issues found during a code review. It then re-runs the review up to agent-specific iteration limits to reduce manual fix attempts.

Does CodeRabbit CLI support severity-based issue classification for QA gates?

Yes, CodeRabbit CLI supports severity-based issue classification. The skill implements this feature to filter and categorize issues, enabling structured review reporting suitable for QA gate processes.

What is the best way to review committed code against a base branch?

The best way to review committed code against a base branch is using a skill that supports base branch review workflows. This approach provides standardized automated code analysis tailored for DevOps and QA team processes.