-
Notifications
You must be signed in to change notification settings - Fork 6
Triage
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Score and prioritize all open issues in a repository using a structured priority system. The output is a triage report saved as markdown and HTML to .github/reviews/issues/.
- Weekly issue grooming before sprint planning
- After a release when new issues flood in and need sorting
- Before a project milestone to find what is blocking or high-priority
- Getting a snapshot of issue health across a repository
In GitHub Copilot Chat:
/triage owner/repo
With date range:
/triage owner/repo last 7 days
/triage owner/repo since 2026-02-01
- Collect all open issues — Fetches issues with labels, reactions, comments, and milestone data
- Score each issue — Applies the priority scoring formula
- Classify — Assigns priority tier P0 through P4
- Generate report — Structured triage report with prioritized table and action recommendations
-
Save — Written to
.github/reviews/issues/triage-{date}.mdand.html
| Signal | Points |
|---|---|
| @mention of a maintainer | +3 |
| Linked to current release/milestone | +3 |
| Labeled P0 or P1 | +2 |
| 5+ 👍 reactions | +2 |
| Reply awaited (no maintainer response) | +2 |
| 5+ comments (active discussion) | +1 |
| Older than 30 days (staleness) | +1 |
| Security label | +5 |
| Confirmed reproducible | +1 |
| Tier | Score | Action |
|---|---|---|
| P0 | 10+ | Act in current sprint |
| P1 | 7-9 | Plan for next sprint |
| P2 | 4-6 | Backlog — schedule when possible |
| P3 | 2-3 | Low priority — address if time allows |
| P4 | 0-1 | Icebox — revisit in future quarter |
## P0 — Critical (2 issues)
| # | Title | Score | Why |
|---|-------|-------|-----|
| 88 | Login fails after session expires | 12 | @mention + milestone + P0 label |
| 91 | Data export corrupts UTF-8 chars | 10 | Security + 8 reactions || File | Contents |
|---|---|
.github/reviews/issues/triage-{date}.md |
Full triage report |
.github/reviews/issues/triage-{date}.html |
Accessible HTML version |
/triage owner/repo # Full triage
/triage owner/repo last 7 days # Recent issues only
/triage owner/repo label:bug # Only bug issues
/triage owner/repo milestone:"v2.0" # Scoped to a milestone
| Agent | Role |
|---|---|
| issue-tracker agent | Executes this prompt |
- my-issues — issues assigned to or @mentioning you
- issue-reply — reply to a specific issue
- project-status — per-column project board status
- refine-issue — add acceptance criteria to an issue
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide