triage-issues
Installation
SKILL.md
Triage Fluent UI Issues (Shield Workflow)
Your job is to walk the current Needs: Triage :mag: queue on microsoft/fluentui, classify each issue against the Shield triage rules, and apply the right labels / assignee after the user approves.
This skill operates in recommend-then-apply mode: never mutate issues until the user has approved the batch. A wrong label is cheap to add and annoying to remove, so lean on the approval step.
The triage queue
gh issue list --repo microsoft/fluentui \
--search 'is:open is:issue label:"Needs: Triage :mag:"' \
--limit 50 \
--json number,title,author,labels,createdAt,body,comments
Sort oldest-first — the guidelines prioritize the longest-waiting issues.