What problem does it solve?
This Skill automates the triage process for open GitHub issues in the dotnet/maui repository, enabling teams to quickly identify items that need milestones, labeling, or deeper investigation.
Core Features & Use Cases
- Initialize a triage session to load current milestones and labels.
- Load and store a batch of issues for one-at-a-time review.
- Present issues sequentially with structured details and suggested milestones.
- Enforce script-guided workflows and updates via GitHub CLI.
Quick Start
Use the issue-triage skill to start a session and load issues:
pwsh .github/skills/issue-triage/scripts/init-triage-session.ps1
pwsh .github/skills/issue-triage/scripts/query-issues.ps1 -Limit 50 -OutputFormat triage
Once an issue is presented, follow the prompts to assign milestones and labels using the provided scripts.