con un clic
ultraqa
QA cycling — test, diagnose, fix, repeat until quality goal is met
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
QA cycling — test, diagnose, fix, repeat until quality goal is met
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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/"