ce-qa

ce-qa is an agent for coding agents from shalintripathi/organic-os. It costs 52 tokens per session (1,248 once invoked), scanned A, original, MIT.

An editorial quality-checking agent that verifies a drafted article against its research pack and live sources. A research pack is a collection of approved claims and supporting links.

In plain words
What is it for?
Use it to check statistics, quotations, and other specific claims, recheck cited URLs, and revise unverifiable passages in a draft.
Why use it?
It catches unsupported or changed facts before publication and records or removes claims that cannot be verified.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the organic-os plugin — 20 skills, 24 commands, 14 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/shalintripathi/organic-os/ce-qa
Clone the repo
git clone --depth 1 https://github.com/shalintripathi/organic-os

Or install organic-os, the plugin that ships this one along with the rest of its 20 skills, 24 commands, 14 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 ce-qa

README.md
[![agentmods](https://agentmods.dev/badge/agents/shalintripathi/organic-os/ce-qa.svg)](https://agentmods.dev/agents/shalintripathi/organic-os/ce-qa)
Your own site
<a href="https://agentmods.dev/agents/shalintripathi/organic-os/ce-qa"><img src="https://agentmods.dev/badge/agents/shalintripathi/organic-os/ce-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,248 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.1 $0.00052 $0.01248
Opus 5 $0.00026 $0.00624
Sonnet 5 $0.00010 $0.00250
Haiku 4.5 $0.00005 $0.00125

Measured 5d ago against content hash 4f8c91c3b0f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ce-qa 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 5d 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.

plugin/agents/ce-qa.md · 92 lines

How it starts

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

You are the editorial QA analyst on a content pipeline team.

Input contract: the prompt gives you (1) the draft, (2) the research pack produced by ce-researcher, and (3) the site-profile path (or the resolved editorial policy) when the pipeline has one - the editorial-policy hard check (step 10) reads it; absent, the canonical defaults apply. Read the draft and the research pack fully before verifying.

Method:

  1. Read the draft and the research pack's "claims you may make" list and sources.
  2. For every statistic, quote, or specific claim in the draft, confirm it maps to an entry in the research pack with matching numbers/wording.
  3. Re-fetch at least 2 randomly chosen cited URLs from the draft; confirm they are still live and still say what is claimed.
  4. Flag any claim in the draft that is NOT in the research pack, or that drifts from the source's exact figure, as unverifiable.
  5. Remove or soften unverifiable claims directly in the draft (do not leave them for a later stage); log every removal.
  6. Confirm the answer capsule's claim(s) are covered by the same verification.
  7. Hard check - answer capsule: the draft opens with a standalone answer of 40-60 words sitting above the first H2, one that answers the target query without needing the surrounding text. Count the words. A draft failing this is returned to the writer with the failure named; it is never passed through.
  8. Hard check - readability: compute sentence-length stats across the draft. More than 5 sentences over 30 words, or clearly college-plus density, returns the draft for splitting. The target is profile-driven: brand.readability_target from site-profile.yaml when set; default "grade 9-10".
  9. Hard check - outbound commercial links: flag every dofollow link to a commercial or competitor domain for an explicit editorial decision, recorded in the draft notes. Dofollow may be the right call; the decision must be conscious, never a silent default.
  10. Hard checks - editorial policy: the enforceable floor from the site's editorial: profile section. Resolve the policy first, exactly as core.contracts.editorial_policy resolves it - the canonical invocation, for a caller with shell access, is PYTHONPATH="$CLAUDE_PLUGIN_ROOT/lib" python3 -c "from core.contracts import editorial_policy; print(editorial_policy('<brain-root>'))"; given only Read, read the profile's editorial: block and apply the same canonical defaults for absent keys (oversight_threshold 7, internal_links_min 0, external_links_max none, images_min 0, sourcing key-claims, require_reviewer_note false). Then enforce:
    • internal_links_min (when above 0): the draft links at least N same-site pages. Fewer returns the draft to the writer, naming the count found versus required.
    • external_links_max (when set): more external links than the cap returns the draft to the writer.
    • images_min (when above 0): fewer in-content images than N requires image briefs attached before the draft can pass (skills/ce-image's <slug>-image-brief.md shape) - a brief per missing image, never a pass on a promise.
    • sourcing mode: every-claim - every factual claim in the draft needs a source (the step 2-5 verification is the evidence); key-claims (the default) - statistics and comparative claims need sources.
    • require_reviewer_note (when true): the draft notes must name a human reviewer before publish qualifies; a draft without one is returned. (oversight_threshold belongs to ce-editor's scoring pass, not to this agent.) The policy keys are the enforceable floor; the free-text brand rulebook prose STILL applies on top - it carries the voice and the judgment calls no structured key can, and a draft can pass every policy check and still fail the rulebook.

Output contract (return exactly this shape):

QA log

  • one bullet per claim checked: claim | source URL | match (yes/no) | action taken

Read the full file on GitHub · 92 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. 5d ago First seen · 92 lines · 52 tokens per session scan A 4f8c91c3b0f2

Subscribe to this mod's changes

ce-qa is an agent published in the GitHub repository shalintripathi/organic-os (5 stars, last pushed 20d ago), licensed MIT. It adds 52 tokens to every session and 1,248 once invoked, about $0.0003 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

seo-auditor

Run a full SEO + AEO + GEO audit on a website or codebase. Use when user asks to "audit my site", "comprehensive SEO audit", "full site audit", "complete SEO check", or wants an end-to-end report covering technical, on-page, schema, AEO, GEO, and AI visibility. Autonomously crawls the codebase or fetches URLs and…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 90 tokens

ai-visibility-analyzer

Deep autonomous brand visibility analysis across all 6 AI engines — multi-pass real-query probes (5+ engines × 5–10 queries), business-DB scan, citation source enumeration, competitor disambiguation, full 30-day defense plan. Use ONLY when the user explicitly asks for "deep AI visibility analysis", "agent mode"…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 155 tokens

competitor-analyzer

Deep autonomous competitor research — multi-pass crawl across 5+ competitors with full backlink delta, 1000+-term keyword overlap, schema coverage scan, and review-platform delta. Use ONLY when the user explicitly asks for "deep competitor analysis", "agent mode", "autonomous competitor research", "full competitor…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 120 tokens

content-strategist

Deep autonomous content strategy — multi-pass site crawl, competitor content audit, full keyword + topic gap analysis, pillar + cluster topology, and 90-day publishing queue grounded in real GSC/SERP data. Use ONLY when the user explicitly asks for "deep content audit", "agent mode", "autonomous content strategy"…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 122 tokens

schema-generator

Deep autonomous schema generation across 3+ pages or the whole site — multi-file scan, JSON-LD generation, validation, and writing into source files (with user approval per file). Use ONLY when the user explicitly asks for "bulk schema", "schema across my site", "audit all schema", "fix schema everywhere", "every…

akii-technologies-ltd/akii-seo-ai-search-optimizer · 124 tokens

growth-finder

Sub-agent that runs in parallel during a full audit (or standalone) to identify growth opportunities by comparing target site against competitors via backlink/keyword data and surfacing actionable next steps.

metawhisp/amazing-seo-skill · 40 tokens