Cancel active UltraQA cycling workflow
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mazenyassergithub/oh-my-claudecode --skill cancel-ultraqa --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cancel Ultraqa?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mazenyassergithub-cancel-ultraqa)More formats (shields.io, HTML) on the badges page.
---
name: cancel-ultraqa
description: Cancel active UltraQA cycling workflow
user-invocable: true
---
# 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
- `/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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!