Agent Skills
› jjongguet/oh-my-product
› cancel
cancel
GitHub用于安全停止或中止正在进行的任务,保留可复用状态并记录取消详情。优先选择安全关闭而非 abrupt 终止,确保系统处于可恢复状态,防止数据丢失或状态不一致。
Trigger Scenarios
用户要求停止当前运行
需要中止工作进行中任务
请求保存安全中断点
Install
npx skills add jjongguet/oh-my-product --skill cancel -g -y
SKILL.md
Frontmatter
{
"name": "cancel",
"aliases": [
"\/cancel",
"stop work",
"abort"
],
"description": "Stop or wind down active work safely and summarize the resulting state.",
"primaryRole": "coordinator"
}
Cancel
Use this skill when the user wants to stop a run, abort work, or preserve a safe stopping point.
Policy
- Prefer safe shutdown over abrupt termination when state may be persisted.
- Record what was cancelled and what remains reusable.
- Leave the system in a recoverable state when possible.
Version History
- 4f49e99 Current 2026-07-25 06:34


