update-task
Installation
SKILL.md
Update Task
Update fields of an existing task.
Instructions
The user's query is in $ARGUMENTS (e.g. "set task 042 to high priority and in-progress", "rename task 15 to Fix auth bug", "add tag backend to 042").
-
Parse the user's input from
$ARGUMENTSto extract:- The task ID (required)
- The fields to update and their new values
-
Look up the task: Run
taskmd get <ID>to confirm the task exists- If not found, run
taskmd listto show available tasks and ask the user which one they meant
- If not found, run
-
Determine how to apply each update: