analysis-quality-review

analysis-quality-review is a skill for Claude Code, Codex from Agent-Engineer-Master/skill-engineer. It costs 462 tokens per session (7,097 once invoked), scanned C, original, MIT.

A review-only quality grader for reader-facing analytical documents, usually reports with written analysis and charts. It can provide an authoring template or judge a completed writing specification in one of several review modes.

In plain words
What is it for?
Use it to prepare or evaluate report storylines, prose, charts, and document structure; it is not intended for machine-readable JSON or YAML artifacts.
Why use it?
It gives structured feedback on whether an analytical deliverable is clear, well organized, and suitable for its readers without editing the document itself.

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/agent-engineer-master/skill-engineer/analysis-quality-review
Any agent
npx skills add Agent-Engineer-Master/skill-engineer --skill analysis-quality-review
Clone the repo
git clone --depth 1 https://github.com/Agent-Engineer-Master/skill-engineer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/analysis-quality-review.svg)](https://agentmods.dev/skills/agent-engineer-master/skill-engineer/analysis-quality-review)
Your own site
<a href="https://agentmods.dev/skills/agent-engineer-master/skill-engineer/analysis-quality-review"><img src="https://agentmods.dev/badge/skills/agent-engineer-master/skill-engineer/analysis-quality-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 462 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,097 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00462 $0.07097
Opus 5 $0.00231 $0.03549
Sonnet 5 $0.00092 $0.01419
Haiku 4.5 $0.00046 $0.00710

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

Security

Grade C, and why

analysis-quality-review scanned grade C with 1 finding 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 4d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Built with Agent Engineer Master — get your own production-ready skill: www.agentengineermaster.com/skill-engineer -->
operations/analysis-quality-review/SKILL.md · 375 lines

How it starts

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

Write Report (Analysis Quality Review) — Review-Only Multi-Mode Grader

This is a protocol skill. It grades reader-facing deliverables and ghost-deck storylines. It does NOT edit them. Each invocation runs a single mode and returns a structured response. The calling skill — which has the substantive context that produced the document — writes the spec itself (using a template this skill provides) and applies fixes itself (using references/fix-patterns.md), then re-invokes this skill to verify the fixes landed.

Input convention. Reader-facing deliverables are typically HTML (combined reports with prose + charts/diagrams inline) at standard+ strictness. Markdown is acceptable for working drafts at low strictness. The rubrics and reviewers grade content (argument structure, prose readability) regardless of file format — HTML chrome is ignored, prose and section structure are what's graded. Machine artifacts (YAML datasets, JSON, machine-readable manifests) should NOT be reviewed — they are audit substrate, not reader-facing.

The skill is built on four agents and one mechanism:

  • spec mode (no agent): returns the framework-matched authoring template path. File lookup only.
  • Pre-flight (review modes only): artifact-loader (runs once per review audit, builds load_bearing_index.yaml)
  • spec-judge mode: spec-judge agent — grades the filled-in authoring spec against the declared structural_framework
  • review pass: 1: argument-structure-reviewer — grades document structure against the declared structural_framework
  • review pass: 2: readability-reviewer — grades document readability (framework-independent — applies to any prose document)

Structural frameworks — pick one per document

Analytical documents don't all use the same structural skeleton. The skill grades against ONE primary framework per document, declared by the caller via structural_framework. Frameworks are not composable; pick the one whose dominant frame matches the document's intent. (Nested Minto-style checks fire inside rumelt-kernel and issue-tree where they apply — handled by the rubric, not by composing frameworks.)

Read the full file on GitHub · 375 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. 4d ago First seen · 375 lines · 462 tokens per session scan C d145439de753

Subscribe to this mod's changes

analysis-quality-review is a skill published in the GitHub repository Agent-Engineer-Master/skill-engineer (8 stars, last pushed 1mo ago), licensed MIT. It adds 462 tokens to every session and 7,097 once invoked, about $0.0023 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.