CtrlK
BlogDocsLog inGet started
Tessl Logo

teams-notification-triage

Triage recent Microsoft Teams activity into a priority queue or task list for the user.

59

Quality

68%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/teams/skills/teams-notification-triage/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a strong, lean orchestration guide with concrete tool calls and a clean formatting template, well-organized and free of fluff. Its only real gap is the absence of explicit validation/checkpoint steps in the workflow, which keeps workflow clarity at 2.

Suggestions

Add an explicit verification checkpoint (e.g., confirm a mention matches the signed-in user via get_profile before bucketing it under "Tasks for you") to strengthen workflow validation.

Include a brief error-recovery note for when a container cannot be expanded (retry via an alternative call or flag it in Notes) to introduce a feedback loop.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence: it never explains what Teams is or basic concepts, and lines like "This is a proxy workflow over the available Teams signals, not a native notification-feed view" earn their place as useful constraints rather than padding.

3 / 3

Actionability

It gives concrete, executable tool invocations with parameters ("get_profile", "list_chats(unread_only=True)", "list_chat_messages", "TeamsMessageResult.mentions") plus a copy-paste-ready formatting template, which is the executable form for an orchestration skill.

3 / 3

Workflow Clarity

The 8 steps are clearly sequenced with useful guards (step 7 on unreadable activity, step 8 against silently creating tasks), but there are no explicit validation checkpoints or feedback loops, matching the anchor where sequence is present but checkpoints are missing or implicit.

2 / 3

Progressive Disclosure

Content is well-organized into focused sections (Related Skills, Start Here, Workflow, Formatting) and self-contained, with a single clearly signaled one-level reference to a sibling skill; no bundle files are needed.

3 / 3

Total

11

/

12

Passed

Description

50%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description cleanly states what the skill does in third person and names its Teams niche, but it lacks any explicit use-when trigger guidance and misses the most natural user term ("notifications"). It is solid but generic enough to risk overlap with the related Planner skill.

Suggestions

Add an explicit "Use when..." trigger clause (e.g., "Use when the user wants to triage or queue recent Teams notifications, unread chats, or mentions") to raise completeness and trigger_term_quality.

Include the word "notifications" and common user phrasings ("unread Teams messages", "mentions") so the description matches what a user would naturally say.

Add a disambiguating cue distinguishing triage/queueing from the sibling Planner task-creation skill, so it is less likely to trigger for the wrong skill.

DimensionReasoningScore

Specificity

Names the domain ("Microsoft Teams activity") and a concrete action ("Triage ... into a priority queue or task list"), but it is a single triage action with two output formats rather than the multiple distinct concrete actions exemplified at score 3.

2 / 3

Completeness

Clearly states what the skill does, but there is no "Use when..." clause or equivalent explicit trigger, so the "when" is only implied; the guideline caps completeness at 2 in that case.

2 / 3

Trigger Term Quality

Includes "Microsoft Teams", "task list", and "priority queue" but omits the most natural user phrasings — notably "notifications", "unread", and "messages" — so coverage of common variations is incomplete.

2 / 3

Distinctiveness Conflict Risk

It is specific to Teams triage, but "task list" overlaps with the sibling teams-planner-task-management skill and no trigger guidance is given to disambiguate, so it could still overlap with a similar skill.

2 / 3

Total

8

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

relative_links

Relative link issues: 1 suspicious

Warning

Total

15

/

16

Passed

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

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.