craft-review

craft-review is a command for Claude Code from scolladon/craft. It costs 22 tokens per session (185 once invoked), scanned A, original, MIT.

A structured code-review command that runs several review areas in parallel and checks each one until its findings converge. It follows the repository's review instructions and accepts review options.

In plain words
What is it for?
Use it to review the current changes or another branch, optionally selecting review profiles, skipped areas, configurations, or policies.
Why use it?
It makes multi-angle review repeatable and keeps the review process tied to the project's defined rules.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the craft plugin — 20 skills, 4 commands, 9 agents, 1 hook shipped together

Good fit Use it to review the current changes or another branch, optionally selecting review profiles, skipped areas, configurations, or policies.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add scolladon/craft
Claude Code
/plugin install craft

Made for: Claude Code.

Or install craft, the plugin that ships this one along with the rest of its 20 skills, 4 commands, 9 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for craft-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/scolladon/craft/craft-review.svg)](https://agentmods.dev/commands/scolladon/craft/craft-review)
Your own site
<a href="https://agentmods.dev/commands/scolladon/craft/craft-review"><img src="https://agentmods.dev/badge/commands/scolladon/craft/craft-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 185 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00185
Opus 5 $0.00011 $0.00093
Sonnet 5 $0.00004 $0.00037
Haiku 4.5 $0.00002 $0.00018

Measured 7d ago against content hash 5db9eb4f888c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

craft-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 7d 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.

adapters/opencode/commands/craft-review.md · 18 lines

What it actually says

craft:review

Input: $ARGUMENTS

!bash "${CRAFT_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/manifest-lint.sh" .claude/workflow.md

Follow skills/review/SKILL.md in this repository verbatim as the review procedure — its preamble and per-dimension convergence steps are the single source; do not restate, summarize, or re-derive them here. Thread $ARGUMENTS through exactly as that skill's own $ARGUMENTS input, including any --profile, --skip, --config, --harness, or --policy flags it may carry — the engine parses them identically regardless of which binding dispatched this command.

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. 7d ago First seen · 18 lines · 22 tokens per session scan A 5db9eb4f888c

Subscribe to this mod's changes

craft-review is a command published in the GitHub repository scolladon/craft (2 stars, last pushed 19d ago), licensed MIT. It adds 22 tokens to every session and 185 once invoked, about $0.0001 per session on Opus 5. 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-31.

Related

Other commands, from other repositories

release

Release manager for frontend and mobile. Writes App Store notes, user-facing changelog, flags stale docs and landing copy. Actions: notes | changelog | docs | sync.

avelikiy/great_cto · 34 tokens

discover

Run a full product discovery cycle — from outcome definition through opportunity mapping, prioritisation, and experiment design. Use when the team isn't sure what to build next, or before writing a PRD for a complex feature space.

avelikiy/great_cto · 44 tokens

ccr

CCR (Compressed Context with Retrieval) — recall the full original of context that greatcto compressed/filtered out, by its short id. The retrieval half of the compression layer.

avelikiy/great_cto · 36 tokens

coding-audit

Medical-coding / revenue-cycle compliance audit. Invokes rcm-reviewer to assess autonomous ICD-10-CM / CPT / HCPCS coding for False Claims Act exposure (upcoding/unbundling), NCCI edits + MUEs, medical necessity (LCD/NCD), modifier discipline, HIPAA minimum-necessary — and force a certified-coder (CPC/CCS) sign-off.

avelikiy/great_cto · 81 tokens

close-review

Month-end close / GL compliance check — invokes accounting-reviewer to produce TM-accounting-{slug}.md with double-entry integrity, ASC 606 revenue-recognition, period-lock, and SOX ITGC gaps.

avelikiy/great_cto · 43 tokens

tax-review

Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.

avelikiy/great_cto · 45 tokens