什么是 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