Stats
Actions
Tags
From oh-my-claudecode
Cancels the active UltraQA cycling workflow (tests, build, lint, typecheck) by updating state file. Use when running continuous QA loops.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:cancel-ultraqaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[ULTRAQA CANCELLED]
[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 matchesnpx claudepluginhub mazenyassergithub/oh-my-claudecode --plugin oh-my-claudecodeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.