一键导入
cancel
Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when working with the GitLab MCP server tools for merge requests, issues, repositories, pipelines, work items, variables, dependency proxy, webhooks, search, CI catalog, and related GitLab workflows.
Clean AI-generated code slop with regression-safe workflow. Activate when user says: deslop, anti-slop, AI slop, cleanup slop, clean up this code, remove bloat.
Claude-Codex-Gemini tri-model orchestration for multi-perspective analysis. Activate when user says: ccg, tri-model, three models, multi-model, cross-validate, get multiple opinions, compare models.
Canonical cross-language coding standards reference. Shared rules embedded by reviewer agents. Activate when: viewing coding standards, checking naming rules, reviewing style baseline, consulting style guide, what are the rules.
2-stage pipeline: trace (causal investigation) then deep-interview (requirements). Activate when user says: deep dive, deep-dive, investigate deeply, trace and interview.
Socratic deep interview with mathematical ambiguity gating. Activate when user says: deep interview, interview me, ask me everything, don't assume, make sure you understand, ouroboros, socratic, I have a vague idea, not sure exactly what I want.
| name | cancel |
| description | Cancel any active OMG mode and clean up state. Activate when user says: cancel, stop, cancelomg, stopomg, abort, kill it, stop everything. |
| argument-hint | [--force|--all] |
Intelligent cancellation that detects and cancels the active OMG mode.
Automatically detects which mode is active and cancels it:
/cancel
/cancel --force
/cancel --all
Reads .omc/state/ to discover which mode is active. Cancels in dependency order:
Check for --force or --all flags.
Use omg_read_state to check each mode's state file.
Clear ALL state files in .omc/state/. Nuclear option.
Clear state directly.
Report: "No active OMG modes detected. Use --force to clear all state."
| Mode | State Preserved | Resume Command |
|---|---|---|
| OMG Autopilot | Yes (phase, files, spec) | /omg-autopilot |
| Self-Improve | Yes (iteration state) | /self-improve --resume |
| Ralph | No | N/A |
| Others | No | N/A |
| Mode | Success Message |
|---|---|
| OMG Autopilot | "OMG Autopilot cancelled at phase: {phase}. Progress preserved." |
| Ralph | "Ralph cancelled. Persistent mode deactivated." |
| Ultrawork | "Ultrawork cancelled." |
| UltraQA | "UltraQA cancelled." |
| Team | "Team cancelled. Teammates shut down." |
| Self-Improve | "Self-improve stopped at iteration {N}." |
| Force | "All OMG modes cleared." |
| None | "No active OMG modes detected." |