By TacoGod900
Self-contained, agent-native AI code review. A free, private, CLI-less replacement for CodeRabbit that reviews your local git diff using your coding agent's own model.
Apply ClaudeRabbit review fixes one at a time with approval, then one commit
Review a GitHub PR with your own model and optionally post summary + inline comments
Self-contained AI code review of your local git changes (no external CLI or API)
Generate a CodeRabbit-style walkthrough/summary of your changes for a PR description
Apply fixes for ClaudeRabbit review findings one at a time with explicit per-change approval, then a single consolidated commit and a verification re-review. Self-contained — sources findings from a local review, not from any external service.
Review a GitHub pull request with your own agent model and optionally post a summary review plus inline comments — a self-contained, CLI-less stand-in for the CodeRabbit PR bot. Uses gh and git only; no CodeRabbit account.
Self-contained AI code review — the default code-review skill. Finds bugs, security issues, performance problems, and quality risks in your local git changes using your own agent model (no external CLI or API). Trigger for any explicit review request AND autonomously when a review is warranted (code/PR/quality/security).
Generate a CodeRabbit-style walkthrough/summary of a changeset — a changed-files table, a high-level overview, and impact notes — suitable for a PR description. Self-contained: reads the local git diff with your own agent model, no external service.
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Self-contained, agent-native AI code review. A free, private, CLI-less replacement for CodeRabbit that finds bugs, security issues, performance problems, and quality risks in your code — using your coding agent's own model, against your local git diff.
No subscription. No login. No external API. Your code never leaves your machine.
CodeRabbit is great, but it runs a separate CLI that uploads your diffs to a third-party service and requires an account/subscription. ClaudeRabbit does the same job using the model your coding agent is already running:
| CodeRabbit | ClaudeRabbit | |
|---|---|---|
| Review engine | External CLI → CodeRabbit API | Your agent's own model |
| Account / subscription | Required | None |
| Code leaves your machine | Yes (diffs uploaded) | No |
| Extra install | coderabbit CLI | None — just the skill |
| Works in | Supported agents | Any agent that loads SKILL.md |
ClaudeRabbit only ever runs git (always) and gh (for the optional PR workflows).
Once installed, just tell your agent:
Review my code
or run the slash command (Claude Code):
/clauderabbit:review
| Ability | Slash command | What it does | Triggers (natural language) |
|---|---|---|---|
| review | /clauderabbit:review | Review local git changes; findings grouped 🔴 Critical / 🟡 Warning / 🔵 Info with file:line and concrete fixes. | "review my code", "check for bugs", "security review", "run clauderabbit" |
| autofix | /clauderabbit:autofix | Apply fixes one at a time with per-change approval, then a single consolidated commit + verification re-review. | "fix the findings", "apply fixes", "clauderabbit autofix" |
| pr-review | /clauderabbit:pr-review | Review a GitHub PR and optionally post a summary review + inline comments via gh. | "review this PR", "review pull request 42" |
| summary | /clauderabbit:summary | CodeRabbit-style walkthrough: changed-files table, overview, impact notes, test plan — for a PR description. | "summarize my changes", "pr walkthrough" |
/clauderabbit:review # all changes (default)
/clauderabbit:review uncommitted # working tree + staged
/clauderabbit:review staged # staged only
/clauderabbit:review --base main # this branch vs. main
/clauderabbit:review --base-commit abc123 # vs. a specific commit
Run these three commands inside Claude Code:
/plugin marketplace add https://github.com/TacoGod900/clauderabbit.git
/plugin install clauderabbit
/reload-plugins
That's it. You now have the /clauderabbit:* slash commands, the skills, and the
clauderabbit-reviewer subagent. Verify by typing /clauderabbit: — you should see review,
autofix, pr-review, and summary.
Use the full
https://….gitURL (not theTacoGod900/clauderabbitshorthand). The shorthand can default to SSH and fail withHost key verification failedif your machine hasn't connected to GitHub over SSH before. The HTTPS URL always works for a public repo.Already added the marketplace and want the latest version? Run
/plugin marketplace update clauderabbit, then/reload-plugins.
ClaudeRabbit's skills/ folder is portable SKILL.md — copy it into your agent's skills
directory. Pick the row for your agent:
| Agent | Project path | Global path |
|---|---|---|
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| Cursor | .cursor/skills/ | ~/.cursor/skills/ |
| Codex | .codex/skills/ | ~/.codex/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| GitHub Copilot | .github/skills/ | ~/.copilot/skills/ |
| Cline | .cline/skills/ | ~/.cline/skills/ |
| Continue | .continue/skills/ | ~/.continue/skills/ |
| Roo Code | .roo/skills/ | ~/.roo/skills/ |
| Kilo Code | .kilocode/skills/ | ~/.kilocode/skills/ |
| Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
| OpenCode | .opencode/skills/ | ~/.config/opencode/skills/ |
| Goose | .goose/skills/ | ~/.config/goose/skills/ |
| Amp / Kimi CLI | .agents/skills/ | ~/.config/agents/skills/ |
For example, to install globally for Claude Code:
# macOS / Linux
cp -r skills/* ~/.claude/skills/
# Windows (PowerShell)
Copy-Item -Recurse skills\* "$env:USERPROFILE\.claude\skills\"
Then start a fresh session and say "review my code." Skills trigger by natural language, so you don't need slash-command support in your agent.
npx claudepluginhub tacogod900/clauderabbit --plugin clauderabbitAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.