AgentSkillsCN

list-tasks

通过可选筛选条件列出任务。当用户想要查看自己的任务时使用。

SKILL.md
--- frontmatter
name: list-tasks
description: List tasks with optional filters. Use when the user wants to see their tasks.
allowed-tools: Bash

List Tasks

List tasks using the taskmd CLI.

Instructions

The user's arguments are in $ARGUMENTS (e.g. --status pending, --format json, a directory path).

  1. Run taskmd list $ARGUMENTS
    • If $ARGUMENTS is empty, run: taskmd list
    • Common flags: --status, --priority, --format, --filter
  2. Present the output to the user