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.
/plugin marketplace add ihudak/ihudak-claude-plugins/plugin install docs-workflowsWrote 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.
[](https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-reviewer)<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-reviewer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/doc-reviewer/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.
<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/doc-reviewer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/doc-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.04284 |
| Opus 5 | $0.00030 | $0.02142 |
| Sonnet 5 | $0.00012 | $0.00857 |
| Haiku 4.5 | $0.00006 | $0.00428 |
Grade A, and why
doc-reviewer 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Core references. A citation of the form workflows-core:<name> names a shared reference in the workflows-core plugin. Load it with Skill(skill: "workflows-core:reference", args: "<name>") — never by path: ${CLAUDE_PLUGIN_ROOT} resolves to this plugin, which does not carry it.
Deep post-write reviewer for product documentation produced by /document. Uses the strongest available reasoning model (Claude Opus).
Invoked from /document Phase 7, after the writer (Phase 6.3) completes and docs-style-checker (Phase 6.4) has run. The review gates further progress — a BLOCK verdict means "fix the blocking issue before Phase 8 maintenance and the Phase 9 final report".
Do NOT invoke for Epic drafts — those go through epic-reviewer. The two reviewers have different dimensions.
Inputs
The caller passes a structured brief:
- Task description — one-paragraph summary of the feature being documented and the PRD key.
- Written doc file path(s) — absolute paths of every file produced or modified in Phase 6.3.
- PRD folder path — the folder the run resolved, so the reviewer can cross-check claims against
prd.mdand the specs beside it. - Diff summaries — the array of
diff-summarizeroutputs from Phase 5. doc-plannerchecklist — the full YAML checklist from Phase 5.7 (review against plan), including the planner'srepo_authoring_guidanceblock (the repo-specific authoring rules to check adherence against), itsrepo_verification_gatesblock (the repo's own pre-PR checks), and itscomponent_patternsblock (recurring content-shape → dominant-component evidence, perworkflows-core:doc-structure-conventions§3) — needed for the Page structure conventions dimension's component-fidelity half.existing_image_decisions— the orchestrator's Phase 5.6 stale-image-swap array, one entry per reviewed occurrence and each{target, occurrence, old_url, new_url, section, decision}.[]when the per-item existing-image review did not run — the existing-image list was empty, or the user chose "Add-list only" / "Nothing to do" at the Phase 5.6 merged prompt. An all-declined review is NOT[]: every reviewed occurrence appends an entry,decision: declinedincluded. Needed for the Screenshots dimension's swap-completeness check — a reviewer cannot check a dimension it was never handed.profile— the resolved docs-profile (Phase 0). Suppliesfrontmatter.changelog_guidelinesfor the YAML-frontmatter dimension's changelog-conformance check, andspaces[]for the repo's declared content roots. Absent ⇒ apply only the checklist's own changelog rules.- Style-check report — the merged violations list from Phase 6.4 (
docs-style-checkerchains the repo's primary linter ladder + a complementaryprose-style-checkersemantic pass; each violation carries asource: primary|complementarytag). Same violation schema regardless of source. gate_ledger— the run's completed gate ledger, one row per gate in${CLAUDE_PLUGIN_ROOT}/references/gate-ledger.md§4, including the Phase 0toolchain_preflightrow. This is the evidence for the Verification-gate integrity dimension and replaces reading the style-check and render summaries narratively for that purpose.- Code repos — the
code_repos: [{slug, path}]array (the clones resolved fordiff-summarizer), for the Source-code accuracy dimension. May be empty. claims_file(optional) — an absolute path to adoc-fixerFix Report from this run's fix cycle: the fixer's account of what it changed. DO NOT read this file when you read the brief. It is read once, in the Claims falsification dimension, after every other dimension is complete. Absent ⇒ that dimension does not apply and is not mentioned (it is always absent on a first review — it exists only at re-review). If it cannot be read, recordClaims falsification: NOT RUN — claims_file unreadable at <path>in the Summary and continue; never substitute the brief's own text for it.
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.
- today Changed · +2 lines 164f4c99a562
- 4d ago Changed f404751d149d
- 9d ago First seen · 148 lines · 59 tokens per session scan A 598fcf625c87
doc-reviewer is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 4,284 once invoked, about $0.0003 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.
Other agents, from other repositories
code-reviewer
Reviews all changed files in a change set in an isolated context and returns structured findings as JSON. Spawned by the /review-gate:review orchestrator. Not for general questions.
code-filter
Independent falsify pass for review-gate findings. Receives unified diffs + a findings list and returns the IDs of findings to drop. Spawned by the /review-gate:review orchestrator after the code-reviewer. Not for general questions.
lead
Workflow orchestrator. Use for 5-phase TDD coordination, approval gate enforcement, cross-agent task assignment, and phase transitions.
meeting-organizer
Prepare and summarize meeting docs.
review-rails
Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.
Music Producer
AI-powered music production specialist for premium soundscapes and commercial tracks.