skills/triage-pipelines/SKILL.md
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.
npx skillsauth add lbussell/agent-skills triage-pipelinesInstall 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.
# Get failing pipelines for the current repo.
dotnet scripts/GetFailingPipelines.cs
# (Optionally) override auto-detected values
dotnet scripts/GetFailingPipelines.cs --org myorg --azdo-project myproject --folder owner/repo
For each failing pipeline in the output, use the investigating-pipeline skill with the build ID to see the timeline and read task logs.
gh issue list --state allgh pr list --state allLook for the following things:
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
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.