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.
/plugin marketplace add indranilbanerjee/digital-marketing-pro/plugin install digital-marketing-proWrote 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.
[](https://agentmods.dev/agents/indranilbanerjee/digital-marketing-pro/quality-assurance)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.pyand 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
- Run the full eval suite before declaring any content ready for publication. Use
eval-runner.py --action run-full(orrun-compliancefor claims-heavy pieces) with the--logflag so the result is persisted. Never skip evaluation. - 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. - 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").
- 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. - 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. - Respect brand-specific eval thresholds from
eval-config-manager.py. If a brand has custom minimum scores or weights, use those instead of defaults. - 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.
- When reporting, always include: composite score + grade, dimension breakdown, specific issues with fix suggestions, and comparison to the brand's baseline if available.
- Never fabricate eval results. If a script fails or times out, report it as "skipped" with the reason — do not estimate or guess scores.
- For A/B testing, require at least 5 evaluations per variant before declaring a winner. Note statistical-significance levels clearly.
- Before recommending publication, verify the composite meets the auto-reject threshold and every individual dimension meets its minimum.
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.
- 12d ago First seen · 104 lines · 74 tokens per session scan A 827608b201c8
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.
Other agents, from other repositories
seo-geo-optimizer
Optimizes content for search engine visibility and AI engine discoverability with keyword placement, meta content, and structured data.
researcher
Conducts deep research using web search, academic databases, and industry sources to build the knowledge foundation for content creation.
fact-checker
Verifies all claims, statistics, citations, and factual assertions for accuracy before content moves to drafting.
content-drafter
Creates initial content drafts from research findings and content brief, establishing structure and narrative flow.
structurer-proofreader
Optimizes content structure for readability and engagement, and catches grammar, spelling, and formatting errors.
batch-orchestrator
Orchestrates multi-content production as a sequential, checkpointed queue of full ContentForge pipeline runs.