coderabbit-review

Solid

Use CodeRabbit CLI to receive external code review feedback and address identified issues. Invoke this skill when the user requests CodeRabbit review, or proactively after implementing significant code changes to get feedback and improve code quality.

Code & Development 359 stars 65 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Coderabbit Review ## Workflow 1. After implementing code changes, request a review from CodeRabbit 2. Analyze the review results and understand the feedback 3. Fix the identified issues 4. Re-run the review if necessary to confirm fixes ## Command Reference - `--prompt-only`: Show only AI agent prompts (implies --plain) - `--plain`: Output in plain text format with human-friendly formatting - `--type <type>`: Review type: all, committed, uncommitted (default: "all") - `--base <branch>`: Base branch for comparison - `--base-commit <commit>`: Base commit on current branch for comparison - `--cwd <path>`: Working directory path (default: current directory) ## Command Selection **Review all changes (default):** ```bash coderabbit review --prompt-only ``` **Review uncommitted changes only:** ```bash coderabbit review --prompt-only --type uncommitted ``` **Review committed changes only:** ```bash coderabbit review --prompt-only --type committed ``` **Compare against base branch:** ```bash coderabbit review --prompt-only --base <branch> ``` ## Handling Review Feedback When review feedback is received, address issues in the following priority order: 1. **Security issues** - Fix immediately 2. **Bugs/regressions** - High priority fixes 3. **Missing tests** - Add required test coverage 4. **Code quality** - Implement refactoring and improvements 5. **Style/conventions** - Align with project standards ## Verification After addressing the feedback, re-run `coderabbit ...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

coderabbit-core-workflow-a

Execute CodeRabbit primary workflow: automated PR code review with configuration. Use when setting up automated code reviews on pull requests, configuring review behavior, or establishing the core CodeRabbit review loop. Trigger with phrases like "coderabbit review workflow", "coderabbit PR review", "coderabbit auto review", "configure coderabbit reviews".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-core-workflow-b

Tune CodeRabbit review configuration: learnings, code guidelines, and noise reduction. Use when fine-tuning review quality, training CodeRabbit with team preferences, adding code guidelines, or reducing false positives. Trigger with phrases like "coderabbit tune reviews", "coderabbit learnings", "coderabbit guidelines", "reduce coderabbit noise", "coderabbit false positives".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-performance-tuning

Optimize CodeRabbit review speed, relevance, and signal-to-noise ratio. Use when reviews take too long, contain too many irrelevant comments, or when teams are experiencing review fatigue. Trigger with phrases like "coderabbit performance", "optimize coderabbit", "coderabbit slow", "coderabbit noise", "coderabbit too many comments", "coderabbit relevance".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-local-dev-loop

Configure CodeRabbit CLI for local pre-commit code reviews and fast iteration. Use when setting up local development with CodeRabbit CLI reviews, integrating AI review into your commit workflow, or testing config changes. Trigger with phrases like "coderabbit dev setup", "coderabbit local development", "coderabbit CLI workflow", "coderabbit pre-commit review".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coderabbit-sdk-patterns

Apply production-ready CodeRabbit automation patterns using GitHub API and PR comments. Use when building automation around CodeRabbit reviews, processing review feedback programmatically, or integrating CodeRabbit into custom workflows. Trigger with phrases like "coderabbit automation", "coderabbit API patterns", "automate coderabbit", "coderabbit github api", "process coderabbit reviews".

2,266 Updated today
jeremylongshore