Archon: Command for Claude Code

.claude/commands/review-doc.md

review-doc is a command for Claude Code from coleam00/Archon. It costs 0 tokens per session (379 once invoked), scanned A, original, MIT.

A document-review command that examines a file for clarity, consistency, simplicity, and completeness without editing it. It reports problems and gaps for the author to address.

In plain words
What is it for?
Use it to review documentation, specifications, or other files for readability, consistent terminology, accurate examples, simple structure, and uncovered edge cases.
Why use it?
It helps find confusing wording, repeated ideas, mismatched details, unnecessary complexity, and missing information before a document is shared or used.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is coleam00/Archon's own configuration. It tells Claude Code how to work on Archon itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Archon configures →

About the project

Archon is a workflow engine for AI coding agents that turns development processes into YAML-defined sequences with phases, validation gates, and artifacts. Developers use it to run repeatable processes such as planning, implementation, testing, code review, and pull-request creation across projects. The catalogue entries provide commands, agents, skills, hooks, instructions, and settings for working with Archon.

coleam00/Archon · 23,389 stars · on GitHub · archon.diy

Reuse

Borrowing it

Nothing to install: this file belongs to coleam00/Archon. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/coleam00/Archon/dev/.claude/commands/review-doc.md
Clone the repo
git clone --depth 1 https://github.com/coleam00/Archon

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/coleam00/archon/review-doc.svg)](https://agentmods.dev/commands/coleam00/archon/review-doc)
Your own site
<a href="https://agentmods.dev/commands/coleam00/archon/review-doc"><img src="https://agentmods.dev/badge/commands/coleam00/archon/review-doc.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00379
Opus 5 $0.00000 $0.00189
Sonnet 5 $0.00000 $0.00076
Haiku 4.5 $0.00000 $0.00038

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

Security

Grade A, and why

review-doc 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 6d 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.

.claude/commands/review-doc.md · 53 lines

What it actually says

Documentation Review

Review the document at $ARGUMENTS for clarity, consistency, and simplicity.

DO NOT make any edits yourself - only report findings.

Review Focus

1. Clarity & Readability

  • Are there sections that are confusingly worded or hard to understand?
  • Are there redundant explanations that could be consolidated?
  • Is the document structure logical and easy to navigate?
  • Are there unnecessary complications in the explanations?

2. Consistency

  • Do the code snippets match the described behavior?
  • Are terms used consistently throughout (e.g., same concept called different names)?
  • Do numbers/values match across sections (e.g., limits, timeframes)?
  • Are behaviors described consistently across different sections?

3. Simplicity

  • Are there over-engineered solutions described that could be simpler?
  • Are there unnecessary abstractions or complexity?
  • Could any diagrams or tables be simplified without losing meaning?
  • Are there sections that explain obvious things unnecessarily?

4. Completeness

  • Are there gaps in the implementation details?
  • Are edge cases addressed?
  • Is there enough detail for someone to implement from this doc?

Your Deliverable

Provide a structured report with:

  1. Summary: Overall assessment (1-2 sentences)

  2. Issues Found: Specific problems with location (section/line reference)

    • Categorize as Critical, Moderate, or Minor
  3. Suggestions: Concrete improvements (but don't make the edits)

  4. Questions: Anything unclear that needs clarification from the author

Guidelines

  • Read the ENTIRE document carefully
  • DO NOT edit the file directly
  • Only report findings
  • Be constructive and specific
  • Focus on making the document better for future readers/implementers
  • Prioritize issues that would cause confusion or implementation problems
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. 6d ago First seen · 53 lines · 0 tokens per session scan A abb4fd9a2c34

Subscribe to this mod's changes

review-doc is a command published in the GitHub repository coleam00/Archon (23,389 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 379 tokens. 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-30.