1.0 KiB
1.0 KiB
description
| description |
|---|
| Summarize recent activity in a Slack channel |
Given the channel name provided in $ARGUMENTS (strip any leading #):
- Use the
slack_search_channelstool to find the channel ID for the provided channel name. Strip any leading#from the argument before searching. - Use the
slack_read_channeltool to read recent messages from the channel (default limit of 100 messages). - For any messages that have threads with replies, use
slack_read_threadto read the thread contents so the summary captures threaded discussions. - Produce a concise summary organized by topic or theme. The summary should include:
- An overview of the main topics discussed
- Key decisions or action items mentioned
- Notable announcements or updates
- Active threads and their conclusions (if any)
- Keep the summary scannable — use short bullet points grouped by topic. Mention who said what when it's relevant (e.g., decisions, action items).
- If the channel has very little recent activity, say so and note the last time a message was posted.