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 set --task-id $ARGUMENTS --status completed
  2. Confirm the status change to the user