# cancel-ultraqa > Cancel active UltraQA cycling workflow - Author: Yeachan-Heo - Repository: johan--/oh-my-claudecode - Version: 20260125035119 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/johan--/oh-my-claudecode - Web: https://mule.run/skillshub/@@johan--/oh-my-claudecode~cancel-ultraqa:20260125035119 --- --- name: cancel-ultraqa description: Cancel active UltraQA cycling workflow --- # Cancel UltraQA [ULTRAQA CANCELLED] The UltraQA cycling workflow has been cancelled. Clearing state file. ## MANDATORY ACTION Execute this command to cancel UltraQA: ```bash 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