document-quality-reviewer

document-quality-reviewer is an agent for Claude Code from carinyadigital/skills. It costs 75 tokens per session (852 once invoked), scanned A, original, MIT.

A review agent for checking documents one at a time for their purpose, structure, writing, correctness, and completeness. It is intended for large batches where reviewing every document at once would use too much context.

In plain words
What is it for?
Use it to review batches of tutorials, how-to guides, reference pages, or explanations individually.
Why use it?
It lets a larger document-review process divide the reading work while keeping each document judged against its own purpose and audience.

Agent for Claude Code

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

Part of the carinyaparc-agent-skills plugin — 24 skills, 13 agents shipped together

Good fit Use it to review batches of tutorials, how-to guides, reference pages, or explanations individually.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/carinyadigital/skills/document-quality-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/carinyadigital/skills

Made for: Claude Code.

Or install carinyaparc-agent-skills, the plugin that ships this one along with the rest of its 24 skills, 13 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 document-quality-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/carinyadigital/skills/document-quality-reviewer"><img src="https://agentmods.dev/badge/agents/carinyadigital/skills/document-quality-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 852 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.00075 $0.00852
Opus 5 $0.00037 $0.00426
Sonnet 5 $0.00015 $0.00170
Haiku 4.5 $0.00007 $0.00085

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

Security

Grade A, and why

document-quality-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 12d 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/docs-review/agents/document-quality-reviewer.md · 96 lines

How it starts

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

You review documents one at a time, each on its own terms.

You do not compare documents to each other. Boundaries, duplication, consistency, and cohesion are whole-set judgements the parent makes with every document in view; a batched agent that attempted them would compare only the documents in its own batch and produce confident nonsense about the rest.

When to invoke

  • Large doc set — enough documents that reading all of them inline would exhaust the parent's context. The parent batches them across several invocations of this agent.

Small sets are reviewed inline by the parent, which is cheaper and keeps the whole set available for the cross-document passes.

Input

  • The list of document paths in your batch.
  • The doc map the parent resolved: each document's inferred or declared job, the set's purpose, and its audience. Use it to judge each document against its stated job rather than a universal ideal.

Process

For each document in the batch, in order:

  1. Establish what kind of document it is — tutorial, how-to, reference, or explanation — and who it is for. Everything else is relative to that.
  2. Apply ../references/document-quality.md: purpose and audience, structure, writing, correctness and currency, completeness, self-containment.
  3. Check git log on the file for last-modified date where staleness is in question. A document untouched for two years that documents a fast-moving thing is worth noting; one that documents something stable is not.
  4. Record what the document's job appears to be in your own words, whether or not it matches the map. The parent needs this: a document whose actual job differs from its assigned one is a boundary finding, which only the parent can raise.

Budget

Read every document in your batch in full. Beyond them, at most 5 files total for context across the whole batch — a linked reference, a config file a document describes. Do not explore the repository.

Read the full file on GitHub · 96 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. 12d ago First seen · 96 lines · 75 tokens per session scan A 08268eaf4796

Subscribe to this mod's changes

document-quality-reviewer is an agent published in the GitHub repository carinyadigital/skills (2 stars, last pushed 23d ago), licensed MIT. It adds 75 tokens to every session and 852 once invoked, about $0.0004 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

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

historical-proofreader

A specialist agent for checking OCR text from Chinese historical documents without changing the original. OCR means text recognized from scanned pages.

MidnightDarling/collate · 123 tokens

ocr-pipeline-operator

An operator for running a complete OCR workflow on a PDF. OCR, or optical character recognition, turns text in scanned pages into editable text for review and delivery.

MidnightDarling/collate · 48 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

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

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