在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用cancel-ultraqa
星标6
分支1
更新时间2026年1月20日 11:35
Cancel active UltraQA cycling workflow
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Cancel active UltraQA cycling workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Cancel active autopilot session
Deep analysis and investigation
Strategic planning with interview workflow
Self-referential loop until task completion with architect verification
Test-Driven Development enforcement skill - write tests first, always
Start a planning session with Planner
基于 SOC 职业分类
| name | cancel-ultraqa |
| description | Cancel active UltraQA cycling workflow |
| user-invocable | true |
[ULTRAQA CANCELLED]
The UltraQA cycling workflow has been cancelled. Clearing state file.
Execute this command to cancel UltraQA:
mkdir -p .sisyphus && echo '{"active": false, "cancelled_at": "'$(date -Iseconds)'", "reason": "User cancelled via /cancel-ultraqa"}' > .omc/ultraqa-state.json
After running this command, the QA cycling will stop.
/ultraqa --tests - Run until all tests pass/ultraqa --build - Run until build succeeds/ultraqa --lint - Run until no lint errors/ultraqa --typecheck - Run until no type errors/ultraqa --custom "pattern" - Run until pattern matches