What problem does it solve?
This Skill helps you quickly assess GitHub issues and pull requests by generating structured triage reports without making any changes to the repository, saving maintainers time on initial review.
Core Features & Use Cases
- Zero-action safety: Enforces a strict policy that forbids commenting, editing, closing, merging, reviewing, or sending non-GET API requests, while allowing read-only inspection and local report writing.
- Bulk, parallel analysis: Fetches open issues and PRs (up to configured limits), then processes each item in parallel to produce one report per item.
- Evidence-first reporting: Produces category-specific markdown reports (Bug/Question/PR formats) and emphasizes permalinked code references to reduce speculation.
- Use case: When your repo receives many new open issues/PRs, run the Skill to generate a complete triage snapshot under /tmp so you can prioritize what needs maintainer attention.
Quick Start
Ask an AI to run the github-triage skill to analyze all open issues and PRs for the current GitHub repository and write read-only triage reports to /tmp.