task
$
npx mdskill add TheBushidoCollective/han/taskRetrieve comprehensive details for a specific ClickUp task, including status, history, and content.
- Access granular task information like assignees, due dates, and custom fields.
- Integrates directly with the ClickUp platform via a dedicated tool call.
- Executes upon receiving a task identifier, displaying structured data sections.
- Presents results in a highly formatted, multi-section markdown output for clarity.
SKILL.md
.github/skills/taskView on GitHub ↗
---
name: task
description: Get detailed information about a specific ClickUp task
---
# 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}
- [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.
More from TheBushidoCollective/han
- absinthe-resolversUse when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.
- absinthe-schemaUse when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.
- absinthe-subscriptionsUse when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.
- act-docker-setupUse when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.
- act-local-testingUse when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.
- act-workflow-syntaxUse when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.
- ameba-configurationUse when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforcement.
- ameba-custom-rulesUse when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue reporting, and rule testing.
- ameba-integrationUse when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.
- analyze-performanceAnalyze performance metrics and identify slow transactions in Sentry