coderabbit-request

Community

Automate the initial code review requests.

Authorcaiokf
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill dispatches CodeRabbit reviewer subagent to analyze uncommitted changes and return a structured list of issues. It always requests review before considering work complete.

Core Features & Use Cases

  • Categorizes findings into Critical, Important, and Minor
  • Outputs a JSON structure suitable for downstream triage
  • Encourages a disciplined review-before-complete workflow

Quick Start

Stage changes, run gob add coderabbit --prompt-only --type uncommitted; run gob await-any; parse results into: { "critical": [ { "file": "...", "line": N, "issue": "...", "suggestion": "..." } ], "important": [ ... ], "minor": [ ... ] }

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: coderabbit-request
Download link: https://github.com/caiokf/homepage/archive/main.zip#coderabbit-request

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.