documentation-review

documentation-review is a skill for Claude Code, Codex from KemingHe/common-devx. It costs 52 tokens per session (1,295 once invoked), scanned A, original, MIT.

A documentation-review guide for checking text-based documentation such as Markdown, MDX, reStructuredText, and plain text.

In plain words
What is it for?
Use it to review documentation before committing, audit stale project docs, or check documentation changes in a pull request.
Why use it?
It helps catch inconsistent wording, incorrect links or paths, missing sections, outdated details, and formatting problems without changing functional code.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/keminghe/common-devx/documentation-review
Any agent
npx skills add KemingHe/common-devx --skill documentation-review
Clone the repo
git clone --depth 1 https://github.com/KemingHe/common-devx

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/keminghe/common-devx/documentation-review.svg)](https://agentmods.dev/skills/keminghe/common-devx/documentation-review)
Your own site
<a href="https://agentmods.dev/skills/keminghe/common-devx/documentation-review"><img src="https://agentmods.dev/badge/skills/keminghe/common-devx/documentation-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,295 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 $0.00052 $0.01295
Opus 5 $0.00026 $0.00647
Sonnet 5 $0.00010 $0.00259
Haiku 4.5 $0.00005 $0.00129

Measured 3d ago against content hash 328efaac362a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

documentation-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 3d 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.

.agents/skills/documentation-review/SKILL.md · 109 lines

How it starts

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

Documentation Review

Review and correct documentation files for consistency, correctness, and drift. Documentation edits only - no functional code changes.

Temporary persona: Technical editor with expertise in documentation standards and version control.

When to Use This Skill

  • Before committing documentation changes
  • Auditing docs for staleness or drift
  • Reviewing PRs (GitHub) / MRs (GitLab) with documentation updates
  • Checking consistency across related files

Process

Step 1: Identify Scope

Determine files to review:

  • Single file, directory, or pattern
  • Related files (e.g., SKILL.md + README + assets)

Step 2: Apply Checklist

Dimension Check For
Consistency Version sync (frontmatter/footer), naming patterns, terminology
Correctness Valid YAML/markdown, working links, accurate paths
Completeness Required sections present, no unfilled placeholders
Freshness Last Updated date, version numbers, changelog entries
Characters QWERTY-only everywhere; no smart quotes, emojis, or special Unicode; no em-dashes or em-dash substitutes (--, --) in prose; use - for clause separation (exceptions: ; box drawing for tree output)
Inline formatting _underscore_ italics only; colon outside bold label markers (**Topic**:)
Linter Check IDE/editor linter errors when available
Output quality Hard-wrapped bullets or prose that simulate visual wrapping; sentences broken across hard newlines; orphaned (optional) labels in populated sections; unfilled [placeholder] text; terminology inconsistency; KISS/DRY violations

Step 3: Check Linter Errors

When linter tooling is available (IDE, markdownlint, etc.):

  • Run linter on files in scope
  • Include linter errors in findings table
  • Distinguish between new errors (introduced by changes) and pre-existing

Common markdown linter catches:

  • Missing language specifier on fenced code blocks
  • Inconsistent list indentation
  • Trailing whitespace or missing final newline
  • Invalid link references

Read the full file on GitHub · 109 lines

Files

What ships with it

1 file 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. 3d ago First seen · 109 lines · 52 tokens per session scan A 328efaac362a

Subscribe to this mod's changes

documentation-review is a skill published in the GitHub repository KemingHe/common-devx (10 stars, last pushed 3mo ago), licensed MIT. It adds 52 tokens to every session and 1,295 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.