plugins/slack/skills/slack-notification-triage/SKILL.md
Triage recent Slack activity into a priority queue or task list for the user.
npx skillsauth add openai/plugins slack-notification-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to produce a priority queue or task list for the user from recent Slack messages. It is for surfacing what the user likely needs to read, reply to, or do next.
slack_read_user_profile.slack_read_user_profile so you have the user's Slack ID for mention-based searches.slack_search_channels, then call slack_read_channel with limit at 100 per channel.slack_search_users, then use slack_search_public_and_private with several small searches using filters from:<@USER_ID>, to:<@USER_ID>, or in:<@USER_ID> to surface relevant DM or person-specific activity.slack_search_public_and_private, and if channels were also provided, keep the search inside those channels.slack_search_public_and_private over channel_types="im", paging until you have a reasonable set of unique conversations, then dedupe and expand promising DMs with slack_read_channelchannel_types="mpim", again preferring unique conversations over repeated hits from one chatslack_search_public_and_private with query set to <@USER_ID>slack_search_public_and_private with query set to from:<@USER_ID> is:thread, then slack_read_threadslack_search_public_and_private with query set to <@USER_ID> is:thread, then slack_read_threadslack_read_thread when the thread could hold more necessary context.## Formatting Rules section below.../slack-outgoing-message/SKILL.md and align with the explicit intent:../slack-outgoing-message/SKILL.md to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.**Slack Notification Triage - YYYY-MM-DD**
**Overview**
<1-2 sentence summary of what the user most likely needs to read, reply to, or do next>
**Tasks for you**
- ...
**Worth skimming**
- ...
**Can ignore for now**
- ...
**Notes**
- <gaps, caveats, or partial coverage>
development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.