update-todo

Installation
SKILL.md

Update Todo

Update an existing TODO task.

Instructions

Call update-todo.

Append to existing description; do not prepend.

Completed implementation example:

update-todo({
  "taskId": "<taskId>",
  "workspaceId": "<workspaceId>",
  "status": "Completed",
  "title": "Finalize HubSpot webhook retries",
  "description": "<existingDescription>\\n\\n---\\n\\n## Changes\\n- What changed: Added retry backoff and idempotency guard for webhook handler\\n- Why: Prevent duplicate processing on transient failures"
Related skills
Installs
15
GitHub Stars
2
First Seen
Mar 2, 2026