什麼是 ultraqa?
QA 循環工作流程 - 測試、驗證、修復、重複直至達到目標 來源:yeachan-heo/oh-my-codex。
QA 循環工作流程 - 測試、驗證、修復、重複直至達到目標
透過命令列快速安裝 ultraqa AI 技能到你的開發環境
來源: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 循環工作流程 - 測試、驗證、修復、重複直至達到目標 來源:yeachan-heo/oh-my-codex。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqaQA 循環工作流程 - 測試、驗證、修復、重複直至達到目標 來源:yeachan-heo/oh-my-codex。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultraqa 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yeachan-heo/oh-my-codex