doc-quality-review

doc-quality-review is a skill for Claude Code, Codex from NickCrew/Claude-Cortex. It costs 48 tokens per session (4,330 once invoked), scanned A, original, MIT.

A scored review of documentation quality, covering readability, consistency, audience fit, and clarity of prose.

In plain words
What is it for?
Reviewing docs before releases, during editorial checks, after bulk generation, or when readers report difficulty understanding them.
Why use it?
It replaces an informal “looks good” review with specific findings that show what makes documentation confusing or inconsistent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/nickcrew/claude-cortex/doc-quality-review
Any agent
npx skills add NickCrew/Claude-Cortex --skill doc-quality-review
Clone the repo
git clone --depth 1 https://github.com/NickCrew/Claude-Cortex

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/nickcrew/claude-cortex/doc-quality-review.svg)](https://agentmods.dev/skills/nickcrew/claude-cortex/doc-quality-review)
Your own site
<a href="https://agentmods.dev/skills/nickcrew/claude-cortex/doc-quality-review"><img src="https://agentmods.dev/badge/skills/nickcrew/claude-cortex/doc-quality-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,330 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.00048 $0.04330
Opus 5 $0.00024 $0.02165
Sonnet 5 $0.00010 $0.00866
Haiku 4.5 $0.00005 $0.00433

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

Security

Grade A, and why

doc-quality-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 2d 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.

skills/doc-quality-review/SKILL.md · 490 lines

How it starts

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

Documentation Quality Review

Assess whether documentation is well-written, consistent, and appropriate for its audience. The output is a scored review with specific findings — not rewrites.

When to Use

  • Before releases — ensure docs meet a quality bar
  • During doc review — structured alternative to "looks good to me"
  • When users report docs are confusing, inconsistent, or too technical
  • After bulk doc generation — verify machine-written docs read naturally
  • Periodic quality check on documentation health

Quick Reference

Resource Purpose Load when
references/personas.md Six concrete reader personas with quality signals Always (Phase 1)
references/quality-dimensions.md Doc-type-aware scoring rubrics for each dimension Always (Phase 1)
references/style-checklist.md Concrete style rules for common issues Phase 2 (review pass)

Workflow Overview

Phase 1: Scope       → Identify docs to review and their intended audience
Phase 2: Review      → Score each doc across quality dimensions
Phase 3: Synthesize  → Aggregate findings, identify patterns
Phase 4: Report      → Produce the scored quality review

Phase 1: Scope the Review (with persona discovery)

Before reviewing, establish context. Persona discovery is foundational — without it, scoring applies a generic standard that systematically misjudges docs whose audience differs from default. A reference doc that serves API Looker-Up reads as "too terse" against a generic readability rubric; against the right persona, that terseness is the goal.

  1. Identify the docs — which files or sections are in scope?
  2. Identify the doc type per file — reference, tutorial, guide, explanation, ADR, runbook, or README. (Use the type → default persona mapping in references/personas.md.)
  3. Identify the personas — which 1–3 personas from references/personas.md are the primary readers per doc? When the doc type strongly suggests a persona, prefer that default unless the doc itself shows evidence of a different audience.
  4. Note conflicts — when one doc legitimately serves multiple personas with different needs (e.g., a CLI reference serves both API Looker-Up and Operator), capture this. Per-persona scoring surfaces conflicts in the report.
  5. Load the rubricsreferences/quality-dimensions.md is now doc-type-aware. Each dimension has different 5/5 criteria per type.

Read the full file on GitHub · 490 lines

Files

What ships with it

3 files 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. 2d ago First seen · 490 lines · 48 tokens per session scan A 9d10695e117b

Subscribe to this mod's changes

doc-quality-review is a skill published in the GitHub repository NickCrew/Claude-Cortex (37 stars, last pushed 2mo ago), licensed MIT. It adds 48 tokens to every session and 4,330 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-09-03.