skills/triage-pull-requests/SKILL.md
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.
npx skillsauth add lbussell/agent-skills triage-pull-requestsInstall 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.
gh pr list
For each open PR, gather its full context:
gh pr view <number>investigating-pull-request skill to check pipeline status.For PRs with CI failures, use the investigating-pipeline skill to read task logs and identify root causes.
gh issue list --state allgh pr list --state mergedUsing everything you've learned, place each PR into one of these categories (in this priority order):
lbussell is a requested reviewerUse your judgment when things are ambiguous. For example:
For "Needs Author Action" PRs with CI failures, include the root cause diagnosis.
End with a recommended next action.
development
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.
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
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.