ワンクリックで
slack-thread-messaging
Update or append messages in Slack threads for progress updates, clarifications, and final answers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update or append messages in Slack threads for progress updates, clarifications, and final answers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze video files (screen recordings, demos, walkthroughs) using AI vision models. Use when you need to understand, describe, or extract information from video content. Supports local files and Slack-hosted videos.
Analyze video files (screen recordings, demos, walkthroughs) using AI vision models. Use when the user wants to understand, describe, or extract information from video content. Supports local files and Slack-hosted videos.
Search code across ComfyUI repositories using comfy-codesearch service. Including all Comfy-Org repos and Community made Custom Node Repos on GitHub.
Search for issues and pull requests across Comfy-Org repositories.
Safely make code changes by spawning a coding sub-agent that opens a PR.
Find and cite relevant Notion pages from the Comfy-Org workspace.
| name | Slack Thread Messaging |
| description | Update or append messages in Slack threads for progress updates, clarifications, and final answers. |
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: