qa

Featured

General-purpose QA verdict for any artifact type

AI & Automation 5,596 stars 559 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /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 Action** — `done` (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" ```...

Details

Author
Q00
Repository
Q00/ouroboros
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category