By deanh
Review codebases against project-specific CONTRIBUTING_BOT.md engineering standards and apply fixes.
A Claude Code plugin that reviews codebases against project-specific engineering standards defined in a CONTRIBUTING_BOT.md file.
CONTRIBUTING_BOT.md file at the root of any project, containing your engineering standards (coding style, error handling, naming conventions, linting rules, etc.). If not found, the plugin will also look for CONTRIBUTING.md or CONTRIBUTING./review or ask Claude to "check code against contribution guidelines"CONTRIBUTING_BOT.md file in the target project's root directoryclaude plugin install /path/to/contributions-bot
Or for development/testing:
claude --plugin-dir /path/to/contributions-bot
/review # interactive — asks for scope
/review all # review entire codebase
/review staged # review staged git changes
/review src/lib.rs # review specific file
The standards file is freeform Markdown. It can contain any engineering standards relevant to your project. See skills/contributions-review/examples/sample-contributing-bot.md for an example.
| Component | File | Purpose |
|---|---|---|
| Skill | skills/contributions-review/SKILL.md | Auto-triggers on natural language requests |
| Command | commands/review.md | /review slash command entry point |
| Agent | agents/contributions-reviewer.md | Performs the actual code audit |
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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.
npx claudepluginhub deanh/contributions-botPlan and Context COB support for Radicle task workflows - import issues, sync tasks, capture session observations
Multi-agent orchestration for Radicle plans - dispatch tasks to parallel worktree workers
Radicle CLI support for Claude Code - patches, issues, node operations, and peer-to-peer collaboration
Git workflow commands, PR-standards distillation, strict code-quality review, safety hooks, and personal skills.
社群版本的 Git 提交程式碼審查工具,使用多個專門代理進行自動化審查,配備驗證機制以過濾誤報
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?).
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
Backpressure code review that validates changes against REVIEW.md before commits and session completion.
Initialize or update CLAUDE.md coding standards for any project by auto-detecting tech stack and assembling rules from the claude-rules template library. Use when user says 'init rules', 'generate CLAUDE.md', or wants to set up coding standards.