From oh-my-claudecode
Cancels active UltraQA cycling workflow by executing bash command to update state JSON file. Stops ongoing QA for tests, build, lint, or typecheck cycles.
npx claudepluginhub mazenyassergithub/oh-my-claudecode --plugin oh-my-claudecodeThis skill uses the workspace's default tool permissions.
[ULTRAQA CANCELLED]
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
[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 matches