What is ultraqa?
QA cycling workflow - test, verify, fix, repeat until goal met Source: yeachan-heo/oh-my-codex.
QA cycling workflow - test, verify, fix, repeat until goal met
Quickly install ultraqa AI skill to your development environment via command line
Source: 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 - test, verify, fix, repeat until goal met Source: yeachan-heo/oh-my-codex.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqaQA cycling workflow - test, verify, fix, repeat until goal met Source: yeachan-heo/oh-my-codex.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqa Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/yeachan-heo/oh-my-codex