Back to Skills

task

verified

Get detailed information about a specific ClickUp task

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

hashi-clickup

Integration

Repository

TheBushidoCollective/han
74stars

services/clickup/skills/task/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/services/clickup/skills/task/SKILL.md -a claude-code --skill task

Installation paths:

Claude
.claude/skills/task/
Powered by add-skill CLI

Instructions

# task

## Name

hashi-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}

- [x] 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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1052 chars