one-update-task

Installation
SKILL.md

Update Task

Update existing One Horizon work or interact with its comments. Choose the MCP tool that matches the work type and action.

Shared rules

  • Never modify task descriptions to record progress. Use comments instead.
  • When changing status (e.g. to Completed), add a comment explaining what changed and why.
  • Resolve IDs first with one-list-work or get-task-details when needed.
  • When editing an initiative description, use patch-document with workspaceId, taskId set to the initiative ID, and precise ops; the server resolves or creates the linked content document automatically.
  • Prefer replace_text, insert_before, insert_after, and delete_text over rewriting the entire description.
  • Use update-initiative only for initiative metadata: title, status, assigneeIds, teamIds, taxonomyLabelIds, and parentInitiativeId.
  • If both description and metadata change, call patch-document(taskId=initiativeId, ...) first, then update-initiative(...). If you need the refreshed full initiative, call get-task-details after the mutations.
  • If a patch fails because the target or anchor is stale or missing, call get-task-details, then retry with corrected ops.

By work type

Todo

Installs
3
GitHub Stars
2
First Seen
May 27, 2026
one-update-task — onehorizonai/skills