my-tasks

$npx mdskill add TheBushidoCollective/han/my-tasks

List your ClickUp tasks by status and priority.

  • Helps agents track assigned work and deadlines.
  • Uses the clickup_search_tasks API with user filter.
  • Groups results by status for quick overview.
  • Displays a table with task details and counts.

SKILL.md

.github/skills/my-tasksView on GitHub ↗
---
name: my-tasks
description: Show all ClickUp tasks assigned to you
---

# my-tasks

## Name

clickup:my-tasks - Show all ClickUp tasks assigned to you

## Synopsis

```
/my-tasks [arguments]
```

## Description

Show all ClickUp tasks assigned to you

## Implementation

Retrieve and display all ClickUp tasks currently assigned to you.

Use the ClickUp MCP tool `clickup_search_tasks` with assignee filter set to current user.

Group results by status and display in a clear table format:

| ID | Name | Status | Priority | Due Date | Updated |
|----|------|--------|----------|----------|---------|

Include:

- Task ID (e.g., #ABC123 or custom ID)
- Task name (truncate if too long)
- Current status
- Priority (Urgent/High/Normal/Low)
- Due date (if set)
- Last updated date

Show count of tasks by status at the end:

```
Summary:
- In Progress: 4
- To Do: 3
- Backlog: 2
Total: 9 tasks
```

More from TheBushidoCollective/han

SkillDescription
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