coderabbit
SkillDev toolsFetch CodeRabbit review comments, apply authorized fixes, and stop at local verification. Use when the user types /coderabbit.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the coderabbit skill
What this skill tells your AI
The instructions your AI receives, as published by blockmatic/basilic in .agents/skills/workflow/coderabbit/SKILL.md and read by ahel’s review.
Fetch CodeRabbit review comments for current PR, analyze all issues, apply fixes automatically, and commit changes. Integrates CodeRabbit's AI code review directly into workflow.
- Identify PR context: Get current branch name, determine associated GitHub PR (if exists), if no PR exists check for uncommitted changes to review
- Fetch CodeRabbit review: Use CodeRabbit MCP to fetch review comments for PR, if no PR exists create review context from current changes, group comments by file/severity (critical/high/medium/low)
- Analyze and prioritize: Review each CodeRabbit comment for context/reasoning, categorize issues (bugs/security/performance/style/documentation), prioritize critical/high-severity issues first, note issues requiring clarification or cannot be auto-fixed
- Apply fixes: Fix issues file by file starting with highest priority, follow project coding standards/rules (see
.cursor/rules/), ensure fixes address root cause not symptoms, run linting after each significant change:pnpm lint:fix, verify fixes don't introduce new issues - Verify changes: Run linting:
pnpm lint(skip if only markdown files changed), check for compilation errors, ensure tests still pass (if applicable), review diff to confirm all issues addressed - Commit fixes: Stage all fixed files, create commit with descriptive message:
fix: address CodeRabbit review comments, include summary of fixes applied, reference specific issues if helpful
Signals
- GitHub stars
- 89
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
coderabbit- Source
- github.com/blockmatic/basilic