Back to Skills

cancel-ultraqa

verified

Cancel active UltraQA cycling workflow

View on GitHub

Marketplace

omc

Yeachan-Heo/oh-my-claudecode

Plugin

oh-my-claudecode

productivity

Repository

Yeachan-Heo/oh-my-claudecode
2.6kstars

skills/cancel-ultraqa/SKILL.md

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/Yeachan-Heo/oh-my-claudecode/blob/main/skills/cancel-ultraqa/SKILL.md -a claude-code --skill cancel-ultraqa

Installation paths:

Claude
.claude/skills/cancel-ultraqa/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
750 chars