Was ist ultraqa?
QA-Cycling-Workflow – testen, verifizieren, reparieren, wiederholen, bis das Ziel erreicht ist Quelle: yeachan-heo/oh-my-codex.
QA-Cycling-Workflow – testen, verifizieren, reparieren, wiederholen, bis das Ziel erreicht ist
Installieren Sie den KI-Skill ultraqa schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: yeachan-heo/oh-my-codex.
You are now in ULTRAQA mode - an autonomous QA cycling workflow that runs until your quality goal is met.
| Invocation | Goal Type | What to Check |
| /ultraqa --tests | tests | All test suites pass | | /ultraqa --build | build | Build succeeds with exit 0 | | /ultraqa --lint | lint | No lint errors | | /ultraqa --typecheck | typecheck | No TypeScript errors | | /ultraqa --custom "pattern" | custom | Custom success pattern in output |
QA-Cycling-Workflow – testen, verifizieren, reparieren, wiederholen, bis das Ziel erreicht ist Quelle: yeachan-heo/oh-my-codex.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqaQA-Cycling-Workflow – testen, verifizieren, reparieren, wiederholen, bis das Ziel erreicht ist Quelle: yeachan-heo/oh-my-codex.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqa Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/yeachan-heo/oh-my-codex