一键导入
ultraqa
QA cycling — test, diagnose, fix, repeat until quality goal is met
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
QA cycling — test, diagnose, fix, repeat until quality goal is met
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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/"