一键导入
cancel
Use when you want to cancel a running Claude Code task
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you want to cancel a running Claude Code task
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you want to delegate a coding task to Claude Code — it executes the task and returns results for review
Use when you want to check if Claude Code is installed and ready, or when troubleshooting the plugin
Use when you want to check the status of a Claude Code task — see progress, phase, results, or list all jobs
Use when you want to review code changes made by Claude Code — standard review for bugs, or adversarial review to challenge implementation choices
| name | cancel |
| description | Use when you want to cancel a running Claude Code task |
Cancel a Claude Code task that is currently running. By default cancels the latest active job. Accepts job ID prefix.
Call cc_cancel:
cwd (required): absolute path to the user's current workspacecwd only → cancel the latest running/queued jobjob="<id>" → cancel a specific job (accepts prefix, e.g. "cc-abc")Confirm the cancellation to the user.
cc_cancel with the current workspace's absolute cwd (latest active)cc_cancel with job="cc-abc" (prefix matching)