issue-triage
Installation
SKILL.md
Issue Triage Skill
This skill helps triage open GitHub issues in the dotnet/maui repository by:
- Initializing a session with current milestones and labels
- Loading a batch of issues into memory
- Presenting issues ONE AT A TIME for triage decisions
- Suggesting milestones based on issue characteristics
- Tracking progress through a triage session
Prerequisites
GitHub CLI (gh) must be installed and authenticated:
# Install
# Windows:
winget install --id GitHub.cli