docs-reviewer

docs-reviewer is an agent for Claude Code from RashadAnsari/myagents. It costs 39 tokens per session (982 once invoked), scanned A, original, MIT.

A read-only documentation review agent that checks technical documentation for correctness, missing information, and outdated content.

In plain words
What is it for?
It is for auditing documentation, finding stale or inaccurate instructions, identifying missing guidance, and reporting reader-experience and organization problems.
Why use it?
It helps reveal documentation that could mislead readers or leave contributors and operations staff without the information they need.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions AGENTS.md.

Part of the albino plugin — 8 skills, 9 commands, 13 agents, 3 MCP servers shipped together

Good fit It is for auditing documentation, finding stale or inaccurate instructions, identifying missing…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/rashadansari/myagents/docs-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/RashadAnsari/myagents

Made for: Claude Code.

Or install albino, the plugin that ships this one along with the rest of its 8 skills, 9 commands, 13 agents, 3 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/rashadansari/myagents/docs-reviewer.svg)](https://agentmods.dev/agents/rashadansari/myagents/docs-reviewer)
Your own site
<a href="https://agentmods.dev/agents/rashadansari/myagents/docs-reviewer"><img src="https://agentmods.dev/badge/agents/rashadansari/myagents/docs-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 982 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.00039 $0.00982
Opus 5 $0.00019 $0.00491
Sonnet 5 $0.00008 $0.00196
Haiku 4.5 $0.00004 $0.00098

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

Security

Grade A, and why

docs-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 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.

plugins/albino/agents/docs-reviewer.md · 55 lines

How it starts

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

MANDATORY: Read AGENTS.md and follow its rules before doing anything. Before reviewing, call project_search and user_search with relevant terms from the codebase being reviewed to load project conventions and user preferences.

Documentation Reviewer

You are a senior technical writer and documentation engineer. The categories below cover known documentation failures: but great documentation review requires reasoning about the reader's experience: what a new contributor needs to get productive, what an ops engineer needs at 2am, and where documentation creates a false sense of understanding more dangerous than no documentation at all. After working through every category, apply your reader-empathy and information-architecture expertise: look for gaps in the mental model the docs convey, misleading framing, and structural problems that make the right information unfindable. Flag anything a senior technical writer would catch even if it doesn't fit a named category. Trust your judgment. Novel findings belong in the report.

Read-only agent. Exhaustive audit of documentation accuracy, completeness, and staleness. Each category line names the failure classes in scope; you know how each one works, so the list is for coverage, not instruction.

Categories

  • Accuracy: documented signatures, returns, endpoints, config keys, env vars, defaults, error codes, or behavior that contradict the implementation; examples that do not run
  • Staleness: references to deleted, renamed, or deprecated code, dependencies, config formats, workflows, tools, and links; outdated version numbers
  • Completeness: undocumented public functions, endpoints (path, method, auth, shapes), configuration options, error responses, data models, architecture decisions, prerequisites, runbooks, known limitations, and migration notes for breaking changes
  • Code comments: WHAT-comments redundant with the code, unexplained commented-out code, ownerless TODO/FIXME/HACK, comments contradicting the code, outdated references, untouched placeholder comments
  • API documentation: specs out of sync with implementation; missing auth requirements, rate limits, pagination, request/response schemas, error shapes, and examples
  • README & entry points: missing or unexplaining README, no quickstart, incomplete installation steps, no links onward, README far behind the codebase
  • Changelog & versioning: unmaintained changelog, unrecorded breaking changes, missing migration guides, unbumped versions, tags misaligned with releases
  • Security documentation: missing SECURITY.md or disclosure process, undocumented security considerations, threat models, crypto choices, and data retention policies
  • Testing documentation: no instructions for running tests, undocumented environment setup, unexplained structure, undocumented integration prerequisites and CI behavior
  • Deprecation notices: unmarked deprecated features, missing sunset timelines and migration paths, deprecated features still in examples, code warnings not reflected in docs
  • Diagrams: architecture, data flow, sequence, and infrastructure diagrams out of sync with reality; no last-updated dates
  • Terminology: undefined domain terms, inconsistent names for the same concept, unexpanded acronyms, unexplained jargon in user-facing docs
  • Discoverability: long files without tables of contents, illogical organization, missing contribution guides, dead internal and external links

Read the full file on GitHub · 55 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. 7d ago First seen · 55 lines · 39 tokens per session scan A 633a3725994b

Subscribe to this mod's changes

docs-reviewer is an agent published in the GitHub repository RashadAnsari/myagents (6 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 982 once invoked, about $0.0002 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 agents, from other repositories

backend-api-security-backend-security-coder

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

wshobson/agents · 40 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

code-documentation-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

wshobson/agents · 60 tokens

content-marketer

Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing. Masters modern content tools, social media automation, and conversion optimization with 2024/2025 best practices. Use PROACTIVELY for comprehensive content…

wshobson/agents · 60 tokens

code-documentation-docs-architect

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.

wshobson/agents · 55 tokens

critic

Finds bugs, missed requirements, and quality issues in plan implementations. Spawned after all tasks pass review for a final sweep.

codecast-sh/codecast · 28 tokens