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.