tb-get-user-tasks

Installation
SKILL.md

查询我的任务

执行步骤

  1. 读取 .teambition.md 中的常用项目列表(如果存在)
  2. 执行获取我的所有任务:
node ${CLAUDE_SKILL_DIR}/scripts/tb-api.mjs get-user-tasks
  1. AskUserQuestion(单选)询问展示范围:
    • 全部任务
    • 仅某个常用项目的任务(每个常用项目作为一个 option)
  2. 如果用户选择了某个项目,按 projectId 过滤结果
  3. 以表格形式展示:标题(content)、状态(isDone)、截止时间(dueDate)、项目ID(projectId)
Related skills
Installs
10
First Seen
Apr 11, 2026