cancel-ultraqa

📁 yeachan-heo/oh-my-claudecode 📅 Jan 22, 2026
4
总安装量
4
周安装量
#54081
全站排名
安装命令
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill cancel-ultraqa

Agent 安装分布

claude-code 3
trae 2
opencode 2
kilo 1
windsurf 1
amp 1

Skill 文档

Cancel UltraQA

[ULTRAQA CANCELLED]

The UltraQA cycling workflow has been cancelled. Clearing state file.

MANDATORY ACTION

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.

To Start Fresh

  • /oh-my-claudecode:ultraqa --tests – Run until all tests pass
  • /oh-my-claudecode:ultraqa --build – Run until build succeeds
  • /oh-my-claudecode:ultraqa --lint – Run until no lint errors
  • /oh-my-claudecode:ultraqa --typecheck – Run until no type errors
  • /oh-my-claudecode:ultraqa --custom "pattern" – Run until pattern matches