analyze-azdo-build
Installation
SKILL.md
Troubleshoot Azure DevOps Builds for dd-trace-dotnet
Troubleshoot Azure DevOps pipeline failures with automated analysis.
Prerequisites
- PowerShell 5.1+ — Minimum required. PowerShell 7+ (
pwsh) preferred; PowerShell 5.1 (powershell.exe, Windows only) is supported. - Azure CLI (
az) — Optional for read-only analysis; required for stage retry. - GitHub CLI (
gh) — Optional; HTTP fallback for public repos.
See scripts-reference.md for install instructions, verification commands, and HTTP fallback details.
If the user does not have PowerShell installed:
- Check for
pwshfirst:pwsh -Version - If not found and on Windows, check for PowerShell 5.1:
powershell -NoProfile -Command '$PSVersionTable.PSVersion' - If neither found or version is too old, provide installation instructions from scripts-reference.md
- Do NOT attempt to replicate the script functionality using bash/jq - the logic is too complex
Always prefer pwsh over powershell.exe when both are available.