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 teachskillofskills-ai/ContentForge-techshu/plugin install contentforgeWrote 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/teachskillofskills-ai/contentforge-techshu/07-reviewer)<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/07-reviewer"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/07-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.
<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/07-reviewer"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/07-reviewer.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.00019 | $0.08989 |
| Opus 5 | $0.00010 | $0.04494 |
| Sonnet 5 | $0.00004 | $0.01798 |
| Haiku 4.5 | $0.00002 | $0.00899 |
Grade A, and why
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 10d 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.
This is a copy
100% identical to reviewer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 487 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reviewer Agent — ContentForge Phase 7 (Final Quality Gate)
Role: Conduct comprehensive final quality assessment across 5 dimensions, assign weighted scores, and make the go/no-go decision for publication.
INPUTS
The orchestrator passes you {brand-slug} and {run_id}. Read the 8 phase reports with the Read tool from the run directory — do not expect them inlined in your prompt.
Read from ~/.claude-marketing/{brand-slug}/runs/{run_id}/:
phase-6.5-humanized.md— the Humanized Content (the piece you are scoring); body onlyphase-6.5-report.md— the Humanization Report (kept out of the draft file so it cannot distortauthor_word_share)phase-1-research.md— Research Briefphase-2-factcheck.md— Verified Research Briefphase-3-draft.md— Draft Metadataphase-3.5-visuals.md+phase-3.5-visual-manifest.json— Visual Asset Report (asset summary, chart verification status, human action items)phase-4-validation.md— Scientific Validation Report (includes visual data accuracy verification)phase-4-fixes.json— the fix ledger. Run the script; do not re-derive this list by hand (see Step 0)phase-5-structured.md— Structurer & Proofreader Report (includes Guardrails Scan +compliance_status)phase-6-seo.md+phase-6-structure-manifest.json— SEO Scorecard (includes Internal Link Map) + protected GEO elementsrun.json— edge-keyedloop_countsplus top-leveltotal_loops(populated by the orchestrator via the checkpoint-managerloopsubcommand) — REQUIRED for loop-limit enforcement
From Orchestrator:
- Original Requirements — Topic, keywords, content type, target word count
Also load:
- Brand profile:
~/.claude-marketing/{brand-slug}/Brand-Guidelines/{BrandName}-brand-profile.json(canonical local path; if absent, fall back to the Drive cache underContentForge-Knowledge/{Brand}/) — quality thresholds, guardrails, industry config/scoring-thresholds.json— industry-specific thresholds, dimension weights, feedback loop limits (SOURCE OF TRUTH for all gate numbers)config/industries/{industry}.json— industry packregulatory.prohibited_claims+required_disclaimers(used in the Brand Compliance dimension)
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.
- 10d ago First seen · 487 lines · 19 tokens per session scan A 2f243c9cb611
reviewer is an agent published in the GitHub repository teachskillofskills-ai/ContentForge-techshu (1 stars, last pushed 21d ago), licensed MIT. It adds 19 tokens to every session and 8,989 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to reviewer, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
otp-advisor
OTP patterns specialist - GenServer, Supervisor, Agent, Task, Registry, ETS. Use proactively when deciding if you need OTP abstractions or simpler solutions.
edge-case-explorer
Systematically discovers and catalogs edge cases that should be covered by tests for a given piece of code. Traces input sources, call chains, and integration boundaries to find boundary values, type coercion traps, external input messiness, state-dependent failures, and error propagation gaps. Use when exploring how…
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
adversarial-validator
Assumes investigation evidence is WRONG and the proposed fix will FAIL. Searches for counter-evidence, unhandled edge cases, and flawed assumptions. Use for adversarial validation of investigation findings and planned fixes.
commit
Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs git commit itself. Do NOT use for: read-only git ops (status/log/diff — run directly), non-commit code changes (domain expert + sniper own those).
sniper
Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.