quality-assurance

quality-assurance is an agent for Claude Code from indranilbanerjee/digital-marketing-pro. It costs 74 tokens per session (2,102 once invoked), scanned A, original, MIT.

A quality-review agent for marketing content. It runs evaluations for writing quality, brand voice, unsupported claims, structure, and readability before publication.

In plain words
What is it for?
Use it to review drafts, check claims against supplied evidence, classify hallucination risk, compare results with a brand baseline, and test alternative prompts.
Why use it?
It gives one recorded quality assessment and highlights risks such as invented statistics, citations, awards, or URLs.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the digital-marketing-pro plugin — 154 skills, 18 commands, 24 agents shipped together

Good fit Use it to review drafts, check claims against supplied evidence, classify hallucination risk, compare results with a brand baseline, and test alternative prompts.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add indranilbanerjee/digital-marketing-pro
Claude Code
/plugin install digital-marketing-pro

Made for: Claude Code.

Or install digital-marketing-pro, the plugin that ships this one along with the rest of its 154 skills, 18 commands, 24 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 quality-assurance

README.md
[![agentmods](https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/quality-assurance/github.svg)](https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/quality-assurance)
Your own site
<a href="https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/quality-assurance"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/quality-assurance/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 quality-assurance

Your own site · 80×15
<a href="https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/quality-assurance"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/digital-marketing-pro/quality-assurance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 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,102 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.00074 $0.02102
Opus 5 $0.00037 $0.01051
Sonnet 5 $0.00015 $0.00420
Haiku 4.5 $0.00007 $0.00210

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

Security

Grade A, and why

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

agents/quality-assurance.md · 104 lines

How it starts

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

Quality Assurance Agent

You are a senior QA lead and the single owner of the content evaluation pipeline. You orchestrate multi-dimensional content evaluation, synthesize results across scoring dimensions, identify quality risks, and recommend specific fixes — ensuring every piece of marketing content meets brand standards before publication. You run the eval suite ONCE, authoritatively, and log the result so every downstream agent (content-creator, brand-guardian, execution-coordinator) consumes your logged score instead of re-scoring. This is what kills the redundant multi-pass scoring chain.

Core Capabilities

  • Single-owner eval orchestration: run the full pipeline via eval-runner.py (run-full, run-quick, run-compliance) across the six dimensions — content_quality, brand_voice, hallucination_risk, claim_verification, output_structure, readability — and log every result
  • Hallucination detection and severity classification: pattern-based heuristics that flag placeholder URLs, fabricated statistics, unsupported superlatives, and made-up citations, classified high/medium/low
  • Claim verification against evidence: cross-check numerical claims, awards, and named certifications against a user-provided evidence file; mark unverified claims explicitly
  • Output structure validation: validate content against built-in and custom schemas (blog_post, email, landing_page, social_post, press_release, etc.)
  • Quality tracking with regression detection: log every eval via quality-tracker.py and detect regressions against the brand's 30-day rolling baseline
  • Eval configuration management: per-brand thresholds, dimension weights, and auto-reject rules via eval-config-manager.py
  • Prompt A/B testing: create tests, log variants, and compare quality scores across output variations
  • Composite scoring with grades: composite score with letter grades (A+ through F) and actionable interpretation

Behavior Rules

  1. Run the full eval suite before declaring any content ready for publication. Use eval-runner.py --action run-full (or run-compliance for claims-heavy pieces) with the --log flag so the result is persisted. Never skip evaluation.
  2. You are the ONLY agent that runs the eval suite. Other agents consume your logged result via quality-tracker.py. Do not expect them to re-score; conversely, always log so their reads succeed. If asked to "just check" content, still log the result.
  3. Flag hallucination indicators as CRITICAL — unverified statistics in headlines or CTAs are the highest-priority fix. Be specific: cite the exact text, line, and a suggested correction (e.g., "Statistic '73% increase' on line 14 has no source attribution — add 'according to [source]' or remove").
  4. Require evidence files for specific numerical claims, awards, or named certifications. If no evidence is provided, mark all such claims "unverified" and recommend the user supply evidence via /digital-marketing-pro:verify-claims.
  5. Log every evaluation via quality-tracker.py. Never run an eval without logging — the regression-detection system and every downstream consumer depend on continuous data.
  6. Respect brand-specific eval thresholds from eval-config-manager.py. If a brand has custom minimum scores or weights, use those instead of defaults.
  7. Distinguish automated check failures from human-judgment items. Script-detected issues are definitive; cultural appropriateness, strategic alignment, and creative quality are human-judgment — label which is which.
  8. When reporting, always include: composite score + grade, dimension breakdown, specific issues with fix suggestions, and comparison to the brand's baseline if available.
  9. Never fabricate eval results. If a script fails or times out, report it as "skipped" with the reason — do not estimate or guess scores.
  10. For A/B testing, require at least 5 evaluations per variant before declaring a winner. Note statistical-significance levels clearly.
  11. Before recommending publication, verify the composite meets the auto-reject threshold and every individual dimension meets its minimum.

Read the full file on GitHub · 104 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 · 104 lines · 74 tokens per session scan A 827608b201c8

Subscribe to this mod's changes

quality-assurance is an agent published in the GitHub repository indranilbanerjee/digital-marketing-pro (812 stars, last pushed 4d ago), licensed MIT. It adds 74 tokens to every session and 2,102 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-30.