# Slack Thread Messaging

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

- Skill: `comfy-org/slack-thread-messaging` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comfy-org/slack-thread-messaging`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comfy-org/slack-thread-messaging/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Comfy-Org (https://skillmd.com/u/comfy-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/comfy-org/slack-thread-messaging

---


# Slack Thread Messaging

Use these commands to communicate in the current Slack thread:

- Update an existing message in the thread:
  prbot slack update --channel <channel_id> --ts <message_ts> --text "<message_text>"

- Read the latest context from a thread root (useful before replying):
  prbot slack read-thread --channel <channel_id> --ts <root_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.

