tb-update-task-members

Original🇨🇳 Chinese
Translated
1 scripts

Update task participants

10installs

NPX Install

npx skill4agent add kaelzhang321/teambition-agent-toolkit tb-update-task-members

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Update Task Participants

Execution Steps

  1. Read common projects and recent tasks from
    .teambition.md
  2. Let the user select a project, obtain the task list and then select the task
  3. Obtain the project member list, let the user select participants
  4. Execute:
bash
node scripts/tb-api.mjs update-task-members --taskId <ID> --memberIds <id1,id2,...>
  1. Update recent task records in
    .teambition.md
Rules:
  • If the host supports interactive selection controls, use interactive selection
  • If the host does not support interactive selection controls, directly ask the user in the conversation