Complete Task
Mark a task as completed using the taskmd CLI.
Instructions
The user's query is in $ARGUMENTS (a task ID like 077).
- •Run
taskmd set --task-id $ARGUMENTS --status completed - •Confirm the status change to the user
将任务标记为已完成。当用户希望将某项任务标记为“已处理”或“已完成”时使用。
--- frontmattername: complete-task description: Mark a task as completed. Use when the user wants to mark a task as done or complete. allowed-tools: Bash
Mark a task as completed using the taskmd CLI.
The user's query is in $ARGUMENTS (a task ID like 077).
taskmd set --task-id $ARGUMENTS --status completed