Slack Thread Messaging

Update or append messages in Slack threads for progress updates, clarifications, and final answers.

Comfy-Org 87db8c2 902 B Updated

File contents

Slack Thread Messaging

Use these commands to communicate in the current Slack thread:

  • Update an existing message in the thread: prbot slack update --channel --ts --text ""

  • Read the latest context from a thread root (useful before replying): prbot slack read-thread --channel --ts --limit 100

Examples: prbot slack update --channel ${EVENT_CHANNEL} --ts ${QUICK_RESPOND_MSG_TS} --text "Working on it..." prbot slack read-thread --channel ${EVENT_CHANNEL} --ts ${EVENT_THREAD_TS} --limit 50

Guidelines:

  • Acknowledge quickly; post iterative, concise updates.
  • Prefer editing your last progress message instead of spamming.
  • Quote or link to relevant messages for clarity.

comfy-org/comfy-pr/tree/main/.bot/skills/slack-messaging commit 87db8c2cc8

Frequently asked questions

npx skillmds@latest add comfy-org/slack-thread-messaging