Triage recent Microsoft Teams activity into a priority queue or task list for the user.
Use this skill to produce a priority queue or task list from recent Teams activity. This is a proxy workflow over the available Teams signals, not a native notification-feed view.
get_profile so you can match message-level mentions to the signed-in user ID when needed.list_chats(unread_only=True) for unread chat signallist_recent_threads for recent channel and chat activitylist_chat_messageslist_channel_messages or list_chat_messagesTeamsMessageResult.mentions. Do not use Teams search results as the source of truth for mention detection.Format the triage as:
*Teams Attention Triage — YYYY-MM-DD*
*Summary:* <1–2 line overview of what most likely needs attention>
*Tasks for you*
- ...
*Worth skimming*
- ...
*Can ignore for now*
- ...
*Notes*
- <coverage limits, proxy caveats, or unread-channel limitation>