triage-meeting-prep
Installation
SKILL.md
Triage Meeting Preparation
This skill helps prepare comprehensive summaries for the twice-weekly WinAppSDK triage meetings. It focuses on issues that actually need triage attention:
- Needs-Triage WITHOUT area label — These need area assignment (primary focus)
- Closed issues still labeled Needs-Triage — These need follow-up replies
Note: Open issues with both
Needs-TriageAND anarea-*label are excluded — they're already triaged and waiting for area team action.
Research-Backed Analysis
Every suggestion and reply is backed by research:
| Research Type | What We Search | Why |
|---|---|---|
| 🔍 Similar Issues | GitHub issue search | Find duplicates, related bugs, past fixes |
| 💻 Codebase | grep_search, semantic_search |
Understand technical context, find workarounds |
| 📚 Documentation | fetch_webpage on MS docs |
Verify known limitations, expected behavior |
| 📜 Git History | git log, git blame |
Identify area owners, recent changes |