AgentSkillsCN

do-done

标记某项任务为已完成。/done-task的别名。当用户输入“/do:done 3”或“/do:done fix bug”时触发。支持以任务编号或部分文本匹配的方式进行操作。

SKILL.md
--- frontmatter
name: do-done
description: Mark a task as complete. Alias for /done-task. Triggers on "/do:done 3" or "/do:done fix bug". Accepts task number or partial text match.

Mark Task Done

Mark a task as complete and show remaining tasks.

Usage

code
/do:done 3                  # by number
/do:done fix highlight      # by text match
/do:done 2 --global         # specific stack

Instructions

Follow the same behavior as /done-task:

  1. Parse --local/-l or --global/-g flag
  2. Find task by number or text search
  3. Update file:
    • Change - [ ] Task to - [x] ~~Task~~
    • Move to ## Completed section
  4. Confirm and show remaining tasks