get-task-details

Installation
SKILL.md

Get Task Details

Fetch full details for one task ID.

Instructions

Call get-task-details with taskId.

get-task-details({
  "taskId": "<taskId>",
  "workspaceId": "<workspaceId>"
})

Notes:

  • taskId is required.
  • workspaceId is optional.
  • Supports task type mapping for personal tasks, initiatives, and bugs.

Output Notes

get-task-details always includes typed label formatting in text output:

  • Goals: ...
  • Products: ...
  • Labels: (none) when no labels exist

Interpret Products broadly as product lines, feature areas, or service names.

Structured metadata includes:

  • labelsByType
  • goals

Use these fields when matching roadmap context, validating scope, or preparing summaries.

Related skills
Installs
23
GitHub Stars
2
First Seen
Mar 2, 2026