get-task-details

Fetch full task details for one task ID.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "get-task-details" with this command: npx skills add onehorizonai/skills/onehorizonai-skills-get-task-details

Get Task Details

Fetch full task 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: TODO | INITIATIVE | BUG .

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 initiative context, validating scope, or preparing summaries.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

update-todo

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-initiative

No summary provided by upstream source.

Repository SourceNeeds Review
General

create-initiative

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-feature-request

No summary provided by upstream source.

Repository SourceNeeds Review