From clickup
Retrieves and displays ClickUp task details: name, status, assignees, priority, dates, description, checklists, custom fields, comments, time tracking, and link. Use /task #ABC123.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clickup:taskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
clickup:task - Get detailed information about a specific ClickUp task
clickup:task - Get detailed information about a specific ClickUp task
/task [arguments]
Get detailed information about a specific ClickUp task
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:
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}
{full description with formatting}
{show all checklist items with completion status}
{show any relevant custom fields}
{Show last 3 comments with author and date}
{show time entries if any}
Provide the direct link to the task at the end.
npx claudepluginhub thebushidocollective/han --plugin clickupRetrieves task details by ID or name using taskmd CLI via Bash, including ID, title, status, priority, tags, and description. Lists tasks if not found.
Manages ClickUp tasks, sprints, comments, time tracking, custom fields, goals, and docs via the `cup` CLI tool. Useful for project management workflows.
Displays complete details of a Rulebook task including proposal, checklist, design, and specs. Review requirements, progress, and rationale before implementation.