一键导入
ultraqa
QA cycle loop with qa-tester agent; runs until all checks pass
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
QA cycle loop with qa-tester agent; runs until all checks pass
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ultraqa |
| description | QA cycle loop with qa-tester agent; runs until all checks pass |
| trigger | ultraqa:, /ultraqa, /omp:ultraqa |
| autoinvoke | false |
| Field | Value |
|---|---|
| ID | ultraqa |
| Keywords | ultraqa:, /ultraqa |
| Tier | Execution Mode |
| Source | src/skills/ultraqa.mts |
QA cycle loop that runs the qa-tester agent repeatedly until all acceptance criteria pass. Each iteration executes the test suite, collects failures, and routes remediation tasks back through the execution pipeline. Exits only when all checks are green or the maximum iteration count is reached.
interface SkillInput { trigger: string; args: string[]; }
interface SkillOutput { status: "ok" | "error"; message: string; }
export async function activate(input: SkillInput): Promise<SkillOutput>
export function deactivate(): void
Activates the ultraqa orchestration mode by spawning bin/omp.mjs ultraqa [args]. Drives the @qa-tester agent in a loop with the execution pipeline until all checks pass. No persistent resources are maintained.
UI/UX design and frontend component generation
Diagnose and fix build/CI failures automatically
Concurrent code generation via multi-model picker
OMP self-improvement — analyse own skills/agents and propose improvements
Visual diff/screenshot comparison verdict
Clone and adapt a web page/design to the codebase