skills/cancel-ultraqa/SKILL.md
Cancel active UltraQA cycling workflow
npx skillsauth add mazenyassergithub/oh-my-claudecode cancel-ultraqaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
[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 matchesdata-ai
Activate maximum performance mode with parallel agent orchestration for high-throughput task completion
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Test-Driven Development enforcement skill - write tests first, always
tools
Review a plan with Critic