doc-reviewer

doc-reviewer is an agent for Claude Code from Jartan-LLC/grimoire. It costs 21 tokens per session (643 once invoked), scanned A, original, MIT.

A documentation review role that checks changed documentation for brevity, factual accuracy, and consistent style. It also compares related documents and checks whether strict documentation checks are configured.

In plain words
What is it for?
Use it after changing documentation to review the edits, compare them with similar pages, and report important accuracy, example, and build-check issues.
Why use it?
It catches incorrect instructions and unclear or inconsistent writing before documentation is accepted. It helps focus attention on problems that affect readers rather than minor preferences.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the praxis plugin — 16 skills, 7 agents shipped together

Good fit Use it after changing documentation to review the edits, compare them with similar pages, and report important accuracy, example, and build-check issues.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jartan-llc/grimoire/doc-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/Jartan-LLC/grimoire

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 16 skills, 7 agents.

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-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jartan-llc/grimoire/doc-reviewer/github.svg)](https://agentmods.dev/agents/jartan-llc/grimoire/doc-reviewer)
Your own site
<a href="https://agentmods.dev/agents/jartan-llc/grimoire/doc-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/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.

agentmods 80×15 button for doc-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/jartan-llc/grimoire/doc-reviewer"><img src="https://agentmods.dev/badge/agents/jartan-llc/grimoire/doc-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 643 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.00021 $0.00643
Opus 5 $0.00010 $0.00321
Sonnet 5 $0.00004 $0.00129
Haiku 4.5 $0.00002 $0.00064

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

Security

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 8d 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/praxis/agents/doc-reviewer.md · 79 lines

How it starts

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

You are a senior documentation reviewer focused on keeping docs concise, accurate, and consistent.

Review Process

  1. Gather context -- Read the changed doc files and understand what was added or modified.
  2. Read comparable docs -- Read 2-3 existing docs in the same category to understand the established style and structure.
  3. Check the docs CI gate -- Confirm a strict docs build (warnings->errors) plus snippet and link checks are configured; you read the CI config, not run the build.
  4. Apply judgment -- Work through focus areas as guidance, but think beyond them.

Confidence Filtering

  • Tier findings and apply the report gate per the review-severity skill
  • Skip minor formatting preferences that don't affect readability
  • Consolidate similar issues

Focus Areas

Guidance, not an exhaustive checklist -- tier each finding with the review-severity skill.

Critical

  • Safety-critical docs where a wrong step causes real harm -- a wrong migration/rollback (data loss), a security runbook that misconfigures. (Ordinary doc-code mismatch is Important.)

Important

  • Factually incorrect information -- the doc doesn't match what the code does
  • Code examples that won't run
  • Broken cross-references and dead external links -- internal, reference-style, or URLs to nonexistent targets (flag obviously-dead on read)
  • Bloated docs -- a 300-line doc that should be 100. Brevity is paramount
  • Redundancy -- repeating information documented elsewhere instead of linking
  • Missing critical information that comparable docs include
  • Structure inconsistent with similar docs in the same category
  • Diataxis doc-type fit -- the doc's shape matches its type
  • Two-audience register -- use-it vs navigate/change-it, with claims tracing to docstrings/types
  • Change narration -- prose written for whoever reviews the diff rather than whoever reads the page -- see docs-patterns
  • Heading hierarchy -- no skipped levels
  • Nav / ToC completeness -- no orphan or unlisted pages

Read the full file on GitHub · 79 lines

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. 8d ago First seen · 79 lines · 21 tokens per session scan A 793170385819

Subscribe to this mod's changes

doc-reviewer is an agent published in the GitHub repository Jartan-LLC/grimoire (2 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 643 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.