skills/triaging-issues/SKILL.md
Triage issues labeled 'untriaged' in a repository. Investigates each issue, correlates with recent activity, and categorizes into: customer issue, ready for work, needs investigation, or already addressed. Informational only — does not modify issues.
npx skillsauth add lbussell/agent-skills triaging-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Important: This skill is informational only. Do not modify issues, apply labels, assign users, post comments, or close issues.
gh issue list --label untriaged
For each untriaged issue, gather its full context:
gh issue view <number>gh issue view <number> --commentsgh pr list --state allgh issue list --state allLook for:
Place each issue into one of these categories (in this priority order):
Use your judgment when things are ambiguous. For example:
For each issue, include:
End with a recommended prioritization of which issues to tackle first.
tools
Open a pull request on GitHub. Use when the user asks to open or create a pull request on GitHub.
devops
Open an issue on GitHub. Use when the user asks to file/open/draft/create an issue. Useful for bug reports, pipeline failures, feature requests, etc.
development
Triage open pull requests in a repository into actionable categories: ready to merge, needs review, needs action, stale, waiting. Use for daily PR triage to quickly identify what needs attention.
development
List all failing and warning Azure Pipelines for daily triage. Checks preconfigured pipeline folders and reports any with failed or warning builds. Use for daily pipeline health checks.