qa

qa is a skill for Claude Code, Codex from Q00/ouroboros. It costs 10 tokens per session (2,197 once invoked), scanned A, original, MIT.

A general quality check for code, documents, API responses, test results, or other artifacts. It returns a score and a verdict such as PASS, REVISE, or FAIL.

In plain words
What is it for?
Use it to assess a file, supplied text, or the output of a recent execution and receive suggestions for improvement.
Why use it?
It gives a quick, structured judgment about whether an item is correct, complete, and aligned with its intended result.

Skill for Claude CodeCodex

Part of the ouroboros plugin — 22 skills, 21 agents, 3 hooks, 1 MCP server 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 skills/q00/ouroboros/qa
Any agent
npx skills add Q00/ouroboros --skill qa
Clone the repo
git clone --depth 1 https://github.com/Q00/ouroboros

Made for: Claude Code, Codex.

Or install ouroboros, the plugin that ships this one along with the rest of its 22 skills, 21 agents, 3 hooks, 1 MCP server.

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 qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/q00/ouroboros/qa.svg)](https://agentmods.dev/skills/q00/ouroboros/qa)
Your own site
<a href="https://agentmods.dev/skills/q00/ouroboros/qa"><img src="https://agentmods.dev/badge/skills/q00/ouroboros/qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,197 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 $0.00010 $0.02197
Opus 5 $0.00005 $0.01099
Sonnet 5 $0.00002 $0.00439
Haiku 4.5 $0.00001 $0.00220

Measured yesterday against content hash 11cd687ab582, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 yesterday.

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.

skills/qa/SKILL.md · 223 lines

How it starts

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

/ouroboros:qa

Standalone quality assessment for any artifact — code, documents, API responses, test output, or custom content. Unlike ooo evaluate (3-stage formal verification pipeline), ooo qa is a fast single-pass verdict with actionable suggestions.

Usage

ooo qa [file_path | artifact_text]
ooo qa                                     # evaluate recent execution output
/ouroboros:qa [file_path | artifact_text]   # plugin mode

Trigger keywords: "ooo qa", "qa check", "quality check"

How It Works

The QA Judge evaluates an artifact against a quality bar and returns a structured verdict:

  1. Parse the Quality Bar — What EXACTLY must be true to pass?
  2. Assess Dimensions — Correctness, Completeness, Quality, Intent Alignment, Domain-Specific
  3. Render Verdict — Score (0.0-1.0) with PASS / REVISE / FAIL
  4. Determine Loop Actiondone (pass), continue (revise), escalate (fail)

Verdict Thresholds

Score Range Verdict Loop Action
>= 0.80 PASS done
0.40 - 0.79 REVISE continue
< 0.40 FAIL escalate

Instructions

When the user invokes this skill:

Step 0: Determine execution mode

This skill works in two modes. Determine which one before attempting any tool calls:

  • MCP mode — If the QA MCP tool is available (already exposed, or loadable via discovery), use it:

    tool discovery query: "+ouroboros qa"
    

    If found (typically named mcp__plugin_ouroboros_ouroboros__ouroboros_qa), proceed with QA Steps below.

  • Fallback mode — Only if the QA MCP tool is genuinely absent (no Ouroboros MCP server) skip to the Fallback section; an empty discovery result for an already-exposed tool is expected — call it directly rather than falling back. This skill is designed to work without MCP setup.

QA Steps (MCP mode)

  1. Determine the artifact to evaluate:
    • If user provides a file path: Read the file with Read tool
    • If user provides inline text: Use that directly
    • If no artifact specified: Look for the most recent execution output in conversation context
    • Ask user if unclear what to evaluate

Read the full file on GitHub · 223 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. yesterday Changed · +46 lines 11cd687ab582
  2. 4d ago First seen · 177 lines · 10 tokens per session scan A ccbd6be43093

Subscribe to this mod's changes

qa is a skill published in the GitHub repository Q00/ouroboros (5,765 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 2,197 once invoked, about $0.0001 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.