Skip to main content
Business & ProductivityTheBushidoCollective

task

Get detailed information about a specific ClickUp task

Stars
162
Source
TheBushidoCollective/han
Updated
2026-04-28
Slug
TheBushidoCollective--han--task
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/TheBushidoCollective/han/HEAD/plugins/services/clickup/skills/task/SKILL.md -o .claude/skills/task.md

Drops the SKILL.md into .claude/skills/task.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

task

Name

clickup:task - Get detailed information about a specific ClickUp task

Synopsis

/task [arguments]

Description

Get detailed information about a specific ClickUp task

Implementation

Retrieve and display comprehensive details for a ClickUp task.

Usage: /task #ABC123 or /task ABC123

Use the ClickUp MCP tool clickup_get_task to fetch full task details.

Display in sections:

📋 Task: #ABC123

Name: {task name} Status: {status} Assignees: {assignees} Priority: {priority} Due Date: {due date} Created: {created date} Updated: {updated date} List: {list name} Folder: {folder name} Space: {space name}

Description

{full description with formatting}

Checklist Items

{show all checklist items with completion status}

  • Completed item
  • Incomplete item

Custom Fields

{show any relevant custom fields}

Recent Comments

{Show last 3 comments with author and date}

Time Tracked

{show time entries if any}

Provide the direct link to the task at the end.