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.
npx claudepluginhub thebushidocollective/han --plugin clickupThis skill uses the workspace's default tool permissions.
clickup:task - Get detailed information about a specific ClickUp task
Retrieves 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 via CLI: create/edit/view/search tasks, check sprints, add comments, link PRs, update statuses, manage Docs. Handles auth, git integration, fuzzy matching.
Shows complete details of a Rulebook task including proposal, checklist, design, and specs. Use before implementation to review requirements and progress.
Share bugs, ideas, or general feedback.
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.