By alexanderop
Orchestrated multi-agent code review for Claude Code. A /review coordinator fans out to specialized reviewers (security, performance, code quality, docs) via concurrent `claude -p` subprocesses, then dedupes, judges severity, and emits one structured review. Inspired by Cloudflare's orchestrated AI review. Zero runtime dependencies.
Orchestrated multi-agent code review for Claude Code, as an installable plugin.
A /review coordinator asks a bundled MCP server for a filtered diff and a risk tier, then calls a custom spawn_reviewers tool that fans out by spawning concurrent claude -p subprocesses — one per specialist (security, performance, code quality, documentation). Each specialist runs read-only with a tightly-scoped prompt (including explicit "what NOT to flag" rules) and returns structured findings. The coordinator dedupes, judges severity, applies an approval rubric biased toward approval, and emits one consolidated review.
Inspired by Cloudflare's orchestrated AI code review, mapped onto Claude Code primitives with claude -p standing in for OpenCode sessions. Zero runtime dependencies — no build, no npm install.
| Cloudflare (OpenCode) | Orchestra (Claude Code) |
|---|---|
| Coordinator OpenCode process | /review skill running in your session |
spawn_reviewers SDK tool | spawn_reviewers MCP tool spawning claude -p |
| Specialist OpenCode sessions | Read-only claude -p subprocesses |
| Risk tiers (trivial/lite/full) | lib/risk.mjs |
| Noise filtering | lib/diff.mjs |
| Telemetry Worker | Local .orchestra/telemetry.jsonl |
| Tier | Trigger | Roster |
|---|---|---|
| trivial | ≤10 lines, ≤20 files, no security-sensitive path | code-quality |
| lite | ≤100 lines, ≤20 files | code-quality, documentation |
| full | >100 lines, >50 files, or any sensitive path | security, performance, code-quality, documentation |
Security-sensitive paths (auth/, crypto/, …) always force a full review.
The bundled orchestra MCP server exposes the surface the /review coordinator drives:
| Tool | Responsibility |
|---|---|
get_diff | Run git diff, filter noise, assess risk tier, materialize per-file patches + shared context. |
spawn_reviewers | Fan out to concurrent read-only claude -p specialists; aggregate findings, tokens, and cost. |
emit_review | Dedupe, apply the approval rubric, render the consolidated review, write it to .orchestra/reviews/. |
record_telemetry | Append a fire-and-forget run record to .orchestra/telemetry.jsonl. |
orchestra_health | Liveness probe. |
/plugin marketplace add alexanderop/clanker-review
/plugin install orchestra@orchestra
For local development, point Claude Code at a checkout:
claude --plugin-dir /path/to/orchestra
In a repo with uncommitted changes (or a range to review):
/review # reviews the working tree
/review main..HEAD # reviews a git range
The consolidated review is rendered in-session and written to .orchestra/reviews/<timestamp>.md.
| Command | Cost | What it checks |
|---|---|---|
npm test | $0 | Unit + integration — 88 tests (manifests, MCP wire protocol, lib logic) |
npm run test:unit | $0 | Structural + behavioral lib tests |
npm run test:integration | $0 | Cross-file consistency + live MCP round-trip (mock claude) |
npm run test:e2e | ~$0.01 | Real claude -p --plugin-dir load smoke (manual) |
No npm install required — tests use only Node builtins.
GitHub PR posting, incremental re-review awareness, extra specialists (AGENTS.md / release / compliance), break-glass override, and multi-provider failback / circuit breakers. See STRATEGY.md and docs/plans/ for the roadmap.
Admin access level
Server config contains admin-level keywords
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 alexanderop/clanker-review --plugin orchestraCreate skills, subagents, hooks, commands, and plugins for Claude Code
Modern Vue 3 development with TypeScript, Composition API, defineModel bindings, Testing Library for user-behavior tests, and MSW for API mocking
Vue language server for Claude Code
A help router plus an optional ship orchestrator for the AFK flow: prototype (throwaway logic/UI exploration) → grill (relentless plan interview, docs-aware) → implement (lead plans, workers run bounded TDD slices) → simplify (parallel cleanup) → qa (frontend/backend evidence verification). Ships a persistent brain/ memory vault (reflect, ruminate, meditate, plan, review, brain) that the flow reads before acting and writes back to as it learns.
Persistent markdown memory for Claude Code. A brain/ vault your agent reads at session start and writes to when it learns. Six skills — reflect, ruminate, meditate (a learning loop) plus plan and review (principle-grounded work) and brain (read/write) — with hooks that inject the brain index at startup and re-index on writes. Plugin repackaging of brainmaxxing by Lauren Tan (https://github.com/poteto/brainmaxxing).
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.