Find Discussions

Find discussions about a specific topic across Slack channels

Published by @Salesforce·0 agent reads / 30d·0 saves·

Given the topic provided in $ARGUMENTS:

  1. Use the slack_search_public tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results.
  2. If semantic results are sparse, follow up with a keyword search using key terms from the topic.
  3. For the most relevant results, use slack_read_thread to fetch full thread conversations so you capture the complete discussion context.
  4. Present the results organized by relevance:
    • For each discussion found, show: the channel name, who started it, a brief summary of the conversation, and the date.
    • Group related discussions together if they span multiple channels.
    • Highlight any conclusions, decisions, or unresolved questions.
  5. Limit output to the top 5-10 most relevant discussions to keep results manageable.
  6. If no results are found, suggest alternative search terms or broader queries the user could try.

Bundled with this artifact

3 files

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Archive

Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says "archive this". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.

software-engineering+2
0
SKILL0

Ms Teams Apps

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API

software-engineering+2
0
SKILL0

Slo Error Budget

Define Service Level Objectives (SLOs) and an error budget policy for a service. Use when asked to write SLOs, define SLIs, calculate an error budget, set reliability targets, or create an error budget policy. Produces a complete SLO document with SLI definitions, target calculation, error budget policy, burn rate alerts, and review cadence.

software-engineering+2
0