AgentSkillsCN

complete-task

标记任务已完成。当用户希望将任务标记为完成或彻底结束时使用。

SKILL.md
--- frontmatter
name: complete-task
description: Mark a task as completed. Use when the user wants to mark a task as done or complete.
allowed-tools: Bash

Complete Task

Mark a task as completed using the taskmd CLI.

Instructions

The user's query is in $ARGUMENTS (a task ID like 077).

  1. Run taskmd update --task-id $ARGUMENTS --status completed
  2. Confirm the status change to the user