azure/pipeline-troubleshooting
Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: \"pipeline failed\", \"build failure\", \"CI check failing\", \"SDK generation error\", \"reproduce pipeline locally\", \"debug SDK pipeline\". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.
npx skills add https://github.com/Azure/azure-sdk-tools --skill pipeline-troubleshooting
| Tool | Purpose |
| -------------------------- | ------------------------ |
| azure-sdk-mcp:azsdk_analyze_pipeline | Analyze pipeline failure |
| azure-sdk-mcp:azsdk_verify_setup | Verify local environment |
| azure-sdk-mcp:azsdk_package_build_code | Reproduce build locally |
| azure-sdk-mcp:azsdk_package_run_check | Run validation checks |
| azure-sdk-mcp:azsdk_package_pack | Create SDK packages |
Prerequisites: azure-sdk-mcp server required. Without MCP, view pipeline logs in Azure DevOps UI.
azure-sdk-mcp:azsdk_analyze_pipeline. Categorize failure.azure-sdk-mcp:azsdk_package_build_code or azure-sdk-mcp:azsdk_package_run_check.If azure-sdk-mcp:azsdk_analyze_pipeline returns no data, verify build ID and MCP. Without MCP, check pipeline logs in Azure DevOps UI.
Take azure/pipeline-troubleshooting from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.