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:

  1. Check for pwsh first: pwsh -Version
  2. If not found and on Windows, check for PowerShell 5.1: powershell -NoProfile -Command '$PSVersionTable.PSVersion'
  3. If neither found or version is too old, provide installation instructions from scripts-reference.md
  4. 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.

Installs
1
GitHub Stars
566
First Seen
Jun 17, 2026
analyze-azdo-build — datadog/dd-trace-dotnet