doc-review

doc-review is a skill for Claude Code, Codex from momentmaker/kaijutsu. It costs 142 tokens per session (1,548 once invoked), scanned A, original, MIT.

A review method for documents that other people or coding agents must act on, such as specifications, plans, decision records, requests for comments, and design documents. Several reviewers examine the document for completeness, implementability, and consistency.

In plain words
What is it for?
It is for quality-checking technical documents before implementation or approval.
Why use it?
One reader may miss missing requirements, contradictory statements, or details that prevent implementation. Multiple focused reviews combine these checks into one report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Codex.

Good fit It is for quality-checking technical documents before implementation or approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/momentmaker/kaijutsu/doc-review
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.

Any agent
npx skills add momentmaker/kaijutsu --skill doc-review
Clone the repo
git clone --depth 1 https://github.com/momentmaker/kaijutsu

Made for: Claude Code, Codex.

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 doc-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/momentmaker/kaijutsu/doc-review/github.svg)](https://agentmods.dev/skills/momentmaker/kaijutsu/doc-review)
Your own site
<a href="https://agentmods.dev/skills/momentmaker/kaijutsu/doc-review"><img src="https://agentmods.dev/badge/skills/momentmaker/kaijutsu/doc-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for doc-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/momentmaker/kaijutsu/doc-review"><img src="https://agentmods.dev/badge/skills/momentmaker/kaijutsu/doc-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,548 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.00142 $0.01548
Opus 5 $0.00071 $0.00774
Sonnet 5 $0.00028 $0.00310
Haiku 4.5 $0.00014 $0.00155

Measured 9d ago against content hash 6050e26a000c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

doc-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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/core/doc-review/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

doc-review

Multi-agent review for markdown artifacts. Specs, plans, decision records, RFCs, design docs — anything written that another human (or another agent) is supposed to act on.

This skill wraps jutsu swarm doc-review. Three agents read the same artifact through three lenses, the orchestrator clusters their findings into a disagreement table, and a synthesizer agent writes the prose. Iterate via --replay <key> while tuning prompts.

Why this exists

Before doc-review, kaijutsu's artifact-producing skills (spec-driven-development, planning-and-task-breakdown) each invented their own "fresh-eyes pass" mechanism. Each was different, none were systematic. This skill is the universal QA gate they all delegate to.

Layout (rich)

doc-review/
├── SKILL.md                     (this file)
├── skill.yaml
├── scripts/
│   └── run.sh                   thin wrapper around jutsu swarm doc-review
├── prompts/
│   ├── claude.md                completeness lens
│   ├── codex.md                 implementability lens
│   ├── antigravity.md                consistency lens
│   ├── synthesizer.md           cluster + render markdown
│   └── debate.md                Pass-2 critique template
├── references/
│   ├── lens-design.md           why each lens is what it is
│   └── interpreting-output.md   how to read the disagreement table
└── runbooks/
    └── tuning-prompts.md        per-repo override workflow

The CLI loads prompts from prompts/ at runtime and falls back to built-in defaults when a file is missing. Per-repo overrides go in <project>/.claude/skills/doc-review/prompts/<lens>.md.

Before the first invocation in a repo, doc-review (like every swarm preset) requires explicit per-repo consent because input goes to remote model providers (Anthropic, OpenAI, Google).

If you run interactively from a TTY, the first invocation prompts and persists the answer. If you run headless (from inside an agent CLI session, from CI, or piped), the prompt has nothing to read from and the run aborts with a hint. Pre-grant consent with:

Read the full file on GitHub · 141 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 141 lines · 142 tokens per session scan A 6050e26a000c

Subscribe to this mod's changes

doc-review is a skill published in the GitHub repository momentmaker/kaijutsu (3 stars, last pushed 2mo ago), licensed MIT. It adds 142 tokens to every session and 1,548 once invoked, about $0.0007 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.