with one click
ultraqa
QA cycling — test, diagnose, fix, repeat until quality goal is met
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
QA cycling — test, diagnose, fix, repeat until quality goal is met
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Detect and clean AI-typical writing patterns in documents — em dashes, filler phrases, over-formality
Route questions to Claude, Codex, or Gemini for multi-perspective answers
Claude-Codex-Gemini tri-model orchestration — decompose, query, synthesize
Health check — verifies omg plugin is correctly installed and working
Quick reference — what omg agents and skills are available and how to use them
About omg — version, architecture, capabilities, and credits
| name | ultraqa |
| description | QA cycling — test, diagnose, fix, repeat until quality goal is met |
| tags | ["qa","verification"] |
| Goal | What to Check |
|---|---|
| tests | All test suites pass |
| build | Build succeeds |
| lint | No lint errors |
| typecheck | No TypeScript errors |
bashMaintain a cycle log to prevent repeating failed approaches:
.omg/qa-logs/ultraqa-log.md if it exists## Cycle N
- Error: [output]
- Diagnosis: [architect finding]
- Fix applied: [what was changed]
- Result: PASS/FAIL
.omg/qa-logs/ultraqa-log.md on completionWhen invoked in automation or CI, use --no-ask-user to prevent the agent from stopping to ask questions:
copilot -p "..." --autopilot --no-ask-user --yolo -s
This ensures fully autonomous execution without human intervention.
ultraqa, QA cycling, quality loop
copilot -i "ultraqa: improve test coverage in src/"