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").

  1. Parse the user's input from $ARGUMENTS to extract:

    • The task ID (required)
    • The fields to update and their new values
  2. Look up the task: Run taskmd get <ID> to confirm the task exists

    • If not found, run taskmd list to show available tasks and ask the user which one they meant
  3. Determine how to apply each update:

Related skills
Installs
4
Repository
driangle/taskmd
GitHub Stars
33
First Seen
Mar 7, 2026