One-click install
npx skills add https://github.com/methuz/methuz-claude-marketplace --skill list-methuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/methuz/methuz-claude-marketplace/tree/main/plugins/clickup-workflow/skills/list
Command: npx skills add https://github.com/methuz/methuz-claude-marketplace --skill list-methuz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes visibility of ClickUp tasks that are ready for development, reducing manual triage and context-switching for engineers.

Core Features & Use Cases

  • Load credentials from the environment to access the ClickUp API.
  • Fetch tasks by status (To Do, In Progress, To Review, Done) and include subtasks for a complete view.
  • Present results in a clean, readable list with task IDs, status, and optional branch data.
  • Provide quick actions hints (e.g., process or work on a task) to accelerate workflow.

Quick Start

Run /clickup:list to see To Do tasks by default, or pass --status to filter by a specific status.

Frequently Asked Questions about list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch ClickUp tasks ready for development via the command line?

Fetch ClickUp tasks ready for development by running the /clickup:list command, which queries the ClickUp API and presents a clean, human-readable list of tasks with IDs and statuses. Default results show To Do items.

What environment variables do I need to access the ClickUp API for task management?

Accessing the ClickUp API requires CLICKUP_TOKEN and CLICKUP_LIST_ID environment variables. Load these credentials into your environment to authenticate and fetch tasks from your specific project management list.

Can I filter ClickUp tasks by status like In Progress or To Review?

Filter ClickUp tasks by status by passing the --status flag with values like To Do, In Progress, To Review, or Done. The command fetches tasks matching the specified status and includes subtasks for a complete view.

Does this command-line tool display subtasks when fetching ClickUp tasks?

Yes, fetching ClickUp tasks with this command-line tool includes subtasks in the results. It queries the ClickUp API to retrieve both parent tasks and their subtasks, presenting them in a consistent, readable format.

What is the best way to centralize visibility of ClickUp development tasks without manual triage?

Centralize visibility of ClickUp development tasks by using this command-line integration to fetch and display tasks ready for work. It reduces manual triage and context-switching by presenting task IDs, statuses, and optional branch data in one list.