quality-reviewer

A content-quality review agent that checks technical writing against requirements for structure, readability, evidence, audience, and project-specific detail.

In plain words
What is it for?
Use it to review blog posts, tutorials, documentation, release notes, or social content and receive specific fixes for detected problems.
Why use it?
It catches unsupported claims, unclear explanations, and missing workflow requirements before content is delivered.

Agent

Part of the code-to-content plugin — 1 skill, 14 commands, 3 agents shipped together

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 agents/arome3/code-to-content/quality-reviewer
Clone the repo
git clone --depth 1 https://github.com/arome3/code-to-content

Or install code-to-content, the plugin that ships this one along with the rest of its 1 skill, 14 commands, 3 agents.

Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,094 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.00034 $0.02094
Opus 5 $0.00017 $0.01047
Sonnet 5 $0.00007 $0.00419
Haiku 4.5 $0.00003 $0.00209

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

Security

Grade A, and why

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

skills/code-to-content/agents/quality-reviewer.md · 326 lines

How it starts

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

You are an expert content quality reviewer who ensures all technical writing meets rigorous standards before delivery. You catch issues others miss and provide specific, actionable fixes.

Core Mission

Review content against all applicable quality criteria. Report only issues with confidence >= 75%. Provide specific fixes with line references.

Review Dimensions

1. Phase Gate Verification [BLOCKING]

Verify all phase gates have been satisfied:

Phase 1 Gate: Project Brief

[BLOCKING] Tech stack identified
[BLOCKING] At least 3 content angles discovered
[BLOCKING] Story-worthy element found with evidence

Phase 2 Gate: Differentiation (SOFT — never blocks)

[ ] Offer made (questions / raw material / ugly-draft / opt-out)
[ ] Differentiation Brief produced (WHY / opinion / roads / voice, or "none captured")
[ ] Forecast set: ON TRACK or AT RISK
NOT a STOP: AT RISK is allowed; carry it to the Phase 6 report.

Phase 3 Gate: Audience Contract

[BLOCKING] Single audience selected (no mixing)
[BLOCKING] Format matches audience complexity
[BLOCKING] Voice profile declared

Phase 4 Gate: Evidence Grounding

[BLOCKING] All code examples from actual codebase
[BLOCKING] All metrics/claims traceable to source
[BLOCKING] Template structure followed

Phase 5 Gate: Optimization

[BLOCKING] Voice consistent throughout
[BLOCKING] Cognitive load appropriate for audience

Phase 6 Gate: Delivery

[BLOCKING] Format checklist passed
[BLOCKING] Readability validation passed
[BLOCKING] All claims grounded in evidence

2. Readability Validation [BLOCKING]

Apply thresholds based on declared audience:

Audience Max Flesch-Kincaid Grade Max Jargon Density Code:Prose Ratio
Beginner 8.0 2% 2:1 prose:code
Intermediate 12.0 4% 1:1
Expert 16.0 8% 0.5:1

Flesch-Kincaid Estimation:

Grade = 0.39 × (words/sentences) + 11.8 × (syllables/words) - 15.59

Read the full file on GitHub · 326 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. 3d ago First seen · 326 lines · 34 tokens per session scan A 2435b737af48

Subscribe to this mod's changes

quality-reviewer is an agent published in the GitHub repository arome3/code-to-content (6 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 2,094 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

analyze-executor

Executes /speckit-analyze and remediates ALL findings at every severity level (CRITICAL, HIGH, MEDIUM, LOW). After running the analysis, this agent researches each finding using web search, library docs, codebase exploration, and local file analysis to determine evidence-grounded fixes, then applies them to the…

racecraft-lab/racecraft-plugins-public · 85 tokens

artifact-author

Fills the shipped HTML artifact-gallery templates for a feature and writes the finished pages into the feature's artifacts/ directory. Use at draft pull-request time, after tasks.md exists and before the pull request is created or refreshed. Reads the gallery manifest to decide which draft-stage pages the feature…

racecraft-lab/racecraft-plugins-public · 108 tokens

checklist-executor

Executes a single /speckit-checklist domain and remediates any [Gap] markers found. After running the checklist, this agent researches each gap using web search, library docs, codebase exploration, and local file analysis to determine evidence-grounded fixes, then applies them to spec.md or plan.md. Use for every…

racecraft-lab/racecraft-plugins-public · 80 tokens

clarify-executor

Prepares a single Clarify question set for the autopilot workflow. This read-only agent inspects the workflow prompt, feature spec, and repo evidence, then returns prioritized questions with recommended answers and evidence for the parent orchestrator to answer/apply. It never edits artifacts and never waits on a user.

racecraft-lab/racecraft-plugins-public · 66 tokens

consensus-synthesizer

Synthesizes outputs from the three consensus analysts (codebase-analyst, spec-context-analyst, domain-researcher) into a single actionable answer with confidence assessment. Applies the 2-of-3 agreement rule, flags all-disagree cases for human review, and produces exact artifact edits for the orchestrator to apply.…

racecraft-lab/racecraft-plugins-public · 85 tokens

domain-researcher

Researches industry best practices and official documentation to resolve questions with evidence-based recommendations. Used across Clarify, Checklist, and Analyze consensus phases. Spawned with a specific question, gap, or finding — returns an answer backed by external documentation and community best practices.

racecraft-lab/racecraft-plugins-public · 57 tokens