Install any skill in seconds. Free to start, no credit card required.
Get Started Free →General-purpose QA verdict for any artifact type
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | 99% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 151% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 90% | 0% |
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.
ooo qa [file_path | artifact_text]
ooo qa # evaluate recent execution output
/ouroboros:qa [file_path | artifact_text] # plugin modeTrigger keywords: "ooo qa", "qa check", "quality check"
The QA Judge evaluates an artifact against a quality bar and returns a structured verdict:
done (pass), continue (revise), escalate (fail)| Score Range | Verdict | Loop Action | |--------------|---------|-------------| | >= 0.80 | PASS | done | | 0.40 - 0.79 | REVISE | continue | | < 0.40 | FAIL | escalate |
When the user invokes this skill:
This skill works in two modes. Determine which one before attempting any tool calls:
tool discovery query: "+ouroboros qa" If found (typically named mcp__plugin_ouroboros_ouroboros__ouroboros_qa), proceed with QA Steps below.
code — source code filestest_output — test results, CI outputdocument — specs, docs, READMEsapi_response — API responses, JSON payloadsscreenshot — visual artifactscustom — anything else3.5. Acting verification fan-out — probe in parallel, then judge (do not skip for behaviour-bearing artifacts): A text judge can be fooled by a hopeful log line. When the artifact actually does something (code, an app, an API, a UI), fan out empirical probes using the host's native parallel sub-agent primitive — one probe sub-agent per acting modality the runtime actually exposes, all spawned in the same message so they run concurrently:
Bash/shell): run the command / start the app / runthe declared smoke commands with bounded timeouts; capture exit codes and real output.
a web UI): load it, click the primary flows, capture what actually renders and any console/network errors.
a GUI/TUI): drive it like a user, screenshot the observed states.
real content, not placeholders. Each probe returns structured evidence only — commands run, observed effects, screenshots/paths, pass/fail per probed behaviour. Every probe also hits the applicable adversarial classes (the QA tool lists them): misleading_output (claimed success vs. real effect), hung_command (bounded timeout?), malformed_input, stale_state, dirty_worktree. Skip a modality only when its tools are absent or the artifact type makes it meaningless — and say which modalities were skipped and why.
Await all probes, then pass the merged evidence into the judge as reference (prefer observed behaviour over source text as the artifact when they disagree). Empirical evidence outranks the judge: if the judge scores PASS but any probe observed the behaviour failing, present the verdict as REVISE/FAIL on that evidence and say so explicitly — a score contradicted by observation is not a pass. If no acting tools are available at all, judge on the text alone but flag that behaviour was not observed.
ouroboros_qa MCP tool: Tool: ouroboros_qa Arguments: artifact: <the content to evaluate> quality_bar: <what 'pass' means> artifact_type: "code" (or other type) reference: <observed-behaviour evidence from step 3.5, plus any reference> pass_threshold: 0.80 (adjustable) seed_content: <seed YAML if available>
Next: Your artifact meets the quality bar. Proceed with confidence.Next: Address the suggestions above, then run ooo qa again to re-check.Next: Fundamental issues detected. Consider ooo interview to re-examine requirements, or ooo unstuck to challenge assumptions.For iterative usage, track the qa_session_id and iteration_history from the response meta:
qa_session_id and iteration_entry in metaqa_session_id and accumulated iteration_historypass or failIn fallback mode, generate a qa-<uuid4_short> session ID on the first run and maintain iteration count in conversation context to preserve the same iterative contract.
If the MCP server is not available, adopt the ouroboros:qa-judge agent role directly:
<project-root>/src/ouroboros/agents/qa-judge.md(This is the same prompt used by the MCP QA tool, ensuring consistent verdicts.)
sub-agents per available modality; empirical evidence outranks the judge) before judging behaviour-bearing artifacts.
QA Verdict [Iteration N]
========================
Session: qa-<id>
Score: X.XX / 1.00 [PASS/REVISE/FAIL]
Verdict: pass/revise/fail
Threshold: 0.80
Dimensions:
Correctness: X.XX
Completeness: X.XX
Quality: X.XX
Intent Alignment: X.XX
Domain-Specific: X.XX
Differences:
- <specific difference>
Suggestions:
- <actionable fix>
Reasoning: <1-3 sentence summary>
Loop Action: done/continue/escalateUser: ooo qa src/main.py
QA Verdict [Iteration 1]
============================================================
Session: qa-a1b2c3d4
Score: 0.72 / 1.00 [REVISE]
Verdict: revise
Threshold: 0.80
Dimensions:
Correctness: 0.85
Completeness: 0.60
Quality: 0.75
Intent Alignment: 0.80
Domain-Specific: 0.60
Differences:
- Missing error handling for network timeout in fetch_data()
- No input validation on user_id parameter
- Type hints missing on 3 public functions
Suggestions:
- Add try/except with TimeoutError in fetch_data() (line 42)
- Add isinstance check for user_id at function entry
- Add return type annotations to get_user(), fetch_data(), process_result()
Reasoning: Core logic is correct but lacks defensive programming
patterns expected for production code.
Loop Action: continue
Next: Address the suggestions above, then run `ooo qa` again to re-check.Your final response MUST end with exactly one breadcrumb footer line:
◆ <current state> → next: <recommended action>Derive <current state> from live session state via ouroboros_session_status when that MCP projection is available; otherwise derive it from this skill's actual outcome. Never use a linear Step N of M footer because Ouroboros is an evolutionary loop. When the next action is genuinely a choice, list 2-3 honest options in the next: clause. The breadcrumb line must be the last line of the response.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-15 | fail→pass | 13,097 | 6,249 | -52% | 1 | 1 | 0% | 1,745 | 3,466 | +99% | 0 | 0 | — |
case-01 | fail→fail | 20,782 | 18,814 | -9% | 1 | 1 | 0% | 4,391 | 2,643 | -40% | 0 | 0 | — |
case-02 | fail→fail | 11,744 | 5,661 | -52% | 1 | 1 | 0% | 1,688 | 2,604 | +54% | 0 | 0 | — |
case-03 | fail→fail | 17,940 | 6,410 | -64% | 1 | 1 | 0% | 2,517 | 2,733 | +9% | 0 | 0 | — |
case-04 | fail→pass | 11,666 | 3,652 | -69% | 1 | 1 | 0% | 1,944 | 2,919 | +50% | 0 | 0 | — |
case-05 | pass→pass | 10,095 | 4,772 | -53% | 1 | 1 | 0% | 1,423 | 2,985 | +110% | 0 | 0 | — |
case-06 | fail→pass | 7,913 | 4,285 | -46% | 1 | 1 | 0% | 1,266 | 3,178 | +151% | 0 | 0 | — |
case-07 | pass→pass | 11,694 | 10,346 | -12% | 1 | 1 | 0% | 1,735 | 4,026 | +132% | 0 | 0 | — |
case-08 | pass→pass | 14,159 | 7,293 | -48% | 1 | 1 | 0% | 1,837 | 3,452 | +88% | 0 | 0 | — |
case-09 | pass→pass | 14,012 | 5,644 | -60% | 1 | 1 | 0% | 2,309 | 3,313 | +43% | 0 | 0 | — |
case-14 | fail→pass | 10,743 | 2,879 | -73% | 1 | 1 | 0% | 2,024 | 2,822 | +39% | 0 | 0 | — |
case-10 | pass→fail | 13,725 | 5,922 | -57% | 1 | 1 | 0% | 2,384 | 3,099 | +30% | 0 | 0 | — |
case-11 | fail→fail | 11,550 | 5,194 | -55% | 1 | 1 | 0% | 1,881 | 3,271 | +74% | 0 | 0 | — |
case-12 | fail→pass | 10,410 | 3,477 | -67% | 1 | 1 | 0% | 1,464 | 2,782 | +90% | 0 | 0 | — |
case-13 | fail→fail | 10,663 | 7,693 | -28% | 1 | 1 | 0% | 1,789 | 3,680 | +106% | 0 | 0 | — |
case-16 | fail→pass | 12,059 | 5,074 | -58% | 1 | 1 | 0% | 1,912 | 3,097 | +62% | 0 | 0 | — |
case-17 | fail→pass | 21,958 | 4,957 | -77% | 1 | 1 | 0% | 3,338 | 3,100 | -7% | 0 | 0 | — |
case-18 | pass→fail | 20,220 | 6,052 | -70% | 1 | 1 | 0% | 2,726 | 3,216 | +18% | 0 | 0 | — |
case-19 | fail→pass | 14,217 | 7,014 | -51% | 1 | 1 | 0% | 2,511 | 3,385 | +35% | 0 | 0 | — |
case-20 | pass→pass | 12,578 | 6,349 | -50% | 1 | 1 | 0% | 2,063 | 3,372 | +63% | 0 | 0 | — |
case-21 | fail→pass | 24,247 | 4,211 | -83% | 1 | 1 | 0% | 3,372 | 3,048 | -10% | 0 | 0 | — |
case-22 | pass→fail | 22,762 | 4,750 | -79% | 1 | 1 | 0% | 3,818 | 2,554 | -33% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 18 counted toward the lift figure. The other 4 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +27 percentage points is the difference between those two pass rates over the 18 comparable cases. 4 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.