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