Triage recent Microsoft Teams activity into a priority queue or task list for the user.
59
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./plugins/teams/skills/teams-notification-triage/SKILL.mdUse 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.
| Workflow | Skill |
|---|---|
| Turn confirmed follow-ups into Microsoft Planner tasks | ../teams-planner-task-management/SKILL.md |
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>11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.