From handbook-code-review
Reviews git changes for code reuse, quality, and efficiency using a persistent team of three specialized reviewers enabling parallel analysis and follow-up questions.
npx claudepluginhub nikiforovall/claude-code-rules --plugin handbook-code-reviewThis skill is limited to using the following tools:
Review all changed files for reuse, quality, and efficiency using a **team of named reviewers** that persist for follow-up questions.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Review all changed files for reuse, quality, and efficiency using a team of named reviewers that persist for follow-up questions.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Store the full diff text — you will pass it to each reviewer.
Create a team (or reuse an existing one) and spawn three named team members concurrently using the Agent tool. Each member gets the full diff as context.
Use run_in_background: true for all three so they run in parallel. Give each a descriptive name parameter.
Prompt: You are a code reuse reviewer. Here is the diff to review:
<paste full diff>
For each change:
Report findings as a bulleted list. If the code is clean, say so.
Prompt: You are a code quality reviewer. Here is the diff to review:
<paste full diff>
Review for:
Report findings as a bulleted list. If the code is clean, say so.
Prompt: You are an efficiency reviewer. Here is the diff to review:
<paste full diff>
Review for:
Report findings as a bulleted list. If the code is clean, say so.
Wait for all three reviewers to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on.
When done, briefly summarize what was fixed (or confirm the code was already clean).
Bash(git diff), Read, Grep, Glob to explore the codebaseteam_name parameter when spawning agents so they join the same team