handbook-code-review

A code-review add-on with a separate reviewer and two ways to organize reviews: temporary reviewers for one-off checks or lasting team members for repeated reviews.

In plain words
What is it for?
Use it to review code once with a disposable reviewer, or run repeated reviews with persistent team members.
Why use it?
It separates review work from implementation and supports either a quick review or an ongoing review process.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add NikiforovAll/claude-code-rules
agentmods
npx agentmods add plugins/nikiforovall/claude-code-rules/handbook-code-review
Clone the repo
git clone --depth 1 https://github.com/NikiforovAll/claude-code-rules

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

handbook-code-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/handbook-code-review/.claude-plugin/plugin.json · 21 lines

What it actually says

{
  "name": "handbook-code-review",
  "version": "1.0.1",
  "description": "Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews",
  "author": {
    "name": "nikiforovall",
    "url": "https://github.com/nikiforovall"
  },
  "homepage": "https://nikiforovall.blog/claude-code-rules/",
  "repository": "https://github.com/nikiforovall/claude-code-rules",
  "license": "MIT",
  "keywords": [
    "code-review",
    "subagent",
    "team",
    "reuse",
    "quality",
    "efficiency"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 21 lines scan A fe39fe34281b

Subscribe to this mod's changes

handbook-code-review is a plugin published in the GitHub repository NikiforovAll/claude-code-rules (141 stars, last pushed 3d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other plugins, from other repositories

pm-ai-shipping

AI Shipping Kit — for PMs and founders accountable for AI-built code. Document a vibe-coded app, audit it for intended-vs-implemented security gaps and performance issues, and produce a reviewer-ready shipping packet.

phuryn/pm-skills · not measured

pm-execution

Execution and product management skills: PRDs, OKRs, roadmaps, sprints, pre-mortems, stakeholder maps, user stories, prioritization frameworks, and more.

phuryn/pm-skills · not measured

smk

Plugin marketplace listing 13 plugins: cursor-delegate, spring-clean, portal-skills, readable, decode.

smk-labs/claude-plugins · not measured

bash-specialist

Production-quality bash scripting with shellcheck compliance, robust error handling, and beautiful terminal UX via Charmbracelet gum. Skills: gum-beautify (TTY-safe interactive output). MCP: context7.

sgaunet/claude-plugins · not measured

readable

Beautiful replies as styled cards (Persian/RTL always, English by default): the model sends content only, the template carries all styling. KPI grids, charts, trend sparklines, timelines, flows, callouts, badges, CTA buttons, content cards, side-by-side columns, quotes, section numbering and section breaks, a minimal…

smk-labs/claude-plugins · not measured

cursor-delegate

Delegate self-contained coding/research tasks to the Cursor CLI (cursor-agent) from inside Claude Code, so they run on the Cursor subscription's quota instead of Claude's. One task via the cursor-delegate skill, or a whole fleet via cursor-orchestrate (Claude plans and reviews, Cursor executes in parallel). Workers…

smk-labs/claude-plugins · not measured