Ultraqa
This is an OMH ultraqa workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
ultraqa exists to keep verification work explicit, evidence-backed, and inside the host/executor boundary instead of relying on ad hoc chat narration.
Do Not Use When
- The request is casual chat, a status-only acknowledgement, or another workflow has stronger routing evidence.
- The user needs implementation, review, CI, merge, or external publishing evidence that has not been delegated or observed.
Examples
Good example:
- Prompt: $ultraqa test the setup wizard with hostile install paths, stale config, and missing PATH cases.
- Expected behavior: Generate adversarial QA scenarios, expected signals, observed results, and fix-or-retry routing.
- Why: The request asks for verification pressure and hostile scenarios.
Bad example:
- Prompt: ultraqa: treat casual chat or unaccepted work as if this workflow already produced verified results.
- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing
ultraqa.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- The scenario, expected behavior, observed result, and pass/fail basis are named.
- Proposed fixes are separated from observed QA evidence.
- Missing or failed verification routes back to plan, fix, or a narrower test.
Recovery Notes
- If the expected behavior is unclear, route back to plan before running adversarial checks.
- If verification fails, return to fix or research with the failed signal instead of advancing.
Use When
Use when the task needs adversarial test scenarios, verification, and fix loops.
Strong routing signals: `ultraqa`, `$ultraqa`, `adversarial qa`, `hostile scenarios`, `e2e qa`, `real-world qa`, `qa scenario`, `release qa`, `敵対的QA`, `リリース前QA`, `障害シナリオ`, `장애 상황`, `쿠버네티스 장애`, `적절히 진단`, `검증 체크리스트`, `릴리즈 전 gate`, `对抗式测试`, `发布前测试`, `故障场景`
Catalog Metadata
Category: verification
Phase: qa
Quality tier: scenario-gated
Reasoning demand: standard
Quality bar:
- Do not start this engine as an automatic continuation of another skill's output: an accepted plan, a clarified brief, or a routing recommendation is planning evidence, not permission. Unless the user explicitly invoked this engine themselves, restate in one line what will start (engine, scope, selected executor) and wait for the user's explicit go-ahead first.
- A mid-run user message is an interjection, not a stop: answer it briefly and, in the same reply, continue the run — re-read the phase todo when one is active and dispatch or advance the next pending step, or name the armed wait it is waiting on -- handle, bound completion signal, deadline -- instead of re-reading status. Only the user's explicit stop or cancel, or the engine's own completion gate, ends the run; when the interjection changes scope, say so and update the declared plan or todo instead of silently abandoning it. A mid-run message is the latest steering for the active task, not automatically a replacement objective: it replaces the objective when the user says so and steers the current one otherwise.
- A follow-up that needs new authority, materially expands the scope, or changes external state not already authorized is described first and started only on the user's approval; persistence never broadens the authorized scope. A refused escalation gets a safer alternative inside the boundary, or the authorization the boundary asks for — never a workaround or an indirect execution.
- The closing brief scales to the change: one or two sentences plus the observed validation for a simple change, more only when the complexity earns it. Lead with the result or decision; omit abandoned approaches unless they explain a tradeoff the reader needs; narrate no internal bookkeeping (todo transitions, follow-up declarations, waits). Required closing lines stay outside this scaling: the observed run summary, and any prepared-not-observed or unmerged work, are stated whatever the brief's length.
- Generate hostile scenarios from changed behavior and known risk areas.
- Report pass/fail evidence separately from proposed fixes.
- Delegate code mutations discovered by QA to the selected coding executor.
- Read actual host/executor evidence before claiming build, verification, review, documentation, or PR-preparation results.
Required inputs:
- changed behavior
- acceptance criteria
- known risk areas
Expected outputs:
- adversarial scenarios
- pass/fail evidence
- fix recommendations
Artifact expectations:
- QA scenario evidence
- runtime verification summary
Safety rules:
- Do not imply hidden Hermes runtime behavior.
- Use the smallest verification that can prove the claim.
Runtime Evidence
Use the current host's own tools and subagent/task mechanism when available;
otherwise run the same lanes sequentially or name the unavailable capability.
A prepared plan, handoff, checklist, or skill installation is not execution,
review, CI, merge-readiness, or merge evidence. Report actual tool results or
not_observed / not_available; never invent dispatch or host accounting.
Treat supplied context as advisory, not proof of hidden memory reads or writes.
State scope, constraints, verification, and the stop condition before work.
Supporting paths are relative to this skill directory; sibling skill paths are
relative to its parent. Resolve them from the host-provided skill base directory
({baseDir} on hosts that provide it), never a hardcoded install location.
A named workflow not installed here is unavailable, not permission to emulate
its host-specific capabilities. Verify through the real surface before done.
1---2name: ulw-qa-23description: [omh] Hermes UltraQA workflow: adversarial QA and fix loops. Use when the user says: ultraqa, adversarial qa, hostile scenarios, e2e qa, real-world qa, qa scenario, release qa, 敵対的QA.4---56# Ultraqa78This is an OMH `ultraqa` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`ultraqa` exists to keep `verification` work explicit, evidence-backed, and inside the host/executor boundary instead of relying on ad hoc chat narration.1314## Do Not Use When1516- The request is casual chat, a status-only acknowledgement, or another workflow has stronger routing evidence.17- The user needs implementation, review, CI, merge, or external publishing evidence that has not been delegated or observed.1819## Examples2021Good example:2223- Prompt: $ultraqa test the setup wizard with hostile install paths, stale config, and missing PATH cases.24- Expected behavior: Generate adversarial QA scenarios, expected signals, observed results, and fix-or-retry routing.25- Why: The request asks for verification pressure and hostile scenarios.2627Bad example:2829- Prompt: ultraqa: treat casual chat or unaccepted work as if this workflow already produced verified results.30- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing `ultraqa`.31- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.3233## Completion Checklist3435- The scenario, expected behavior, observed result, and pass/fail basis are named.36- Proposed fixes are separated from observed QA evidence.37- Missing or failed verification routes back to plan, fix, or a narrower test.3839## Recovery Notes4041- If the expected behavior is unclear, route back to plan before running adversarial checks.42- If verification fails, return to fix or research with the failed signal instead of advancing.43444546## Use When4748Use when the task needs adversarial test scenarios, verification, and fix loops.4950 Strong routing signals: `ultraqa`, `$ultraqa`, `adversarial qa`, `hostile scenarios`, `e2e qa`, `real-world qa`, `qa scenario`, `release qa`, `敵対的QA`, `リリース前QA`, `障害シナリオ`, `장애 상황`, `쿠버네티스 장애`, `적절히 진단`, `검증 체크리스트`, `릴리즈 전 gate`, `对抗式测试`, `发布前测试`, `故障场景`5152## Catalog Metadata5354Category: `verification`55Phase: `qa`56Quality tier: `scenario-gated`57Reasoning demand: `standard`5859Quality bar:6061- Do not start this engine as an automatic continuation of another skill's output: an accepted plan, a clarified brief, or a routing recommendation is planning evidence, not permission. Unless the user explicitly invoked this engine themselves, restate in one line what will start (engine, scope, selected executor) and wait for the user's explicit go-ahead first.62- A mid-run user message is an interjection, not a stop: answer it briefly and, in the same reply, continue the run — re-read the phase todo when one is active and dispatch or advance the next pending step, or name the armed wait it is waiting on -- handle, bound completion signal, deadline -- instead of re-reading status. Only the user's explicit stop or cancel, or the engine's own completion gate, ends the run; when the interjection changes scope, say so and update the declared plan or todo instead of silently abandoning it. A mid-run message is the latest steering for the active task, not automatically a replacement objective: it replaces the objective when the user says so and steers the current one otherwise.63- A follow-up that needs new authority, materially expands the scope, or changes external state not already authorized is described first and started only on the user's approval; persistence never broadens the authorized scope. A refused escalation gets a safer alternative inside the boundary, or the authorization the boundary asks for — never a workaround or an indirect execution.64- The closing brief scales to the change: one or two sentences plus the observed validation for a simple change, more only when the complexity earns it. Lead with the result or decision; omit abandoned approaches unless they explain a tradeoff the reader needs; narrate no internal bookkeeping (todo transitions, follow-up declarations, waits). Required closing lines stay outside this scaling: the observed run summary, and any prepared-not-observed or unmerged work, are stated whatever the brief's length.65- Generate hostile scenarios from changed behavior and known risk areas.66- Report pass/fail evidence separately from proposed fixes.67- Delegate code mutations discovered by QA to the selected coding executor.68- Read actual host/executor evidence before claiming build, verification, review, documentation, or PR-preparation results.6970Required inputs:7172- changed behavior73- acceptance criteria74- known risk areas7576Expected outputs:7778- adversarial scenarios79- pass/fail evidence80- fix recommendations8182Artifact expectations:8384- QA scenario evidence85- runtime verification summary8687Safety rules:8889- Do not imply hidden Hermes runtime behavior.90- Use the smallest verification that can prove the claim.9192## Runtime Evidence9394Use the current host's own tools and subagent/task mechanism when available;95otherwise run the same lanes sequentially or name the unavailable capability.96A prepared plan, handoff, checklist, or skill installation is not execution,97review, CI, merge-readiness, or merge evidence. Report actual tool results or98`not_observed` / `not_available`; never invent dispatch or host accounting.99Treat supplied context as advisory, not proof of hidden memory reads or writes.100State scope, constraints, verification, and the stop condition before work.101Supporting paths are relative to this skill directory; sibling skill paths are102relative to its parent. Resolve them from the host-provided skill base directory103(`{baseDir}` on hosts that provide it), never a hardcoded install location.104A named workflow not installed here is unavailable, not permission to emulate105its host-specific capabilities. Verify through the real surface before done.