What problem does it solve?
Azure SDK CI/CD pipeline failures produce raw logs and test artifacts that are hard to interpret. This Skill turns that raw failure data into a structured diagnosis with root cause, affected files and lines, and concrete fix instructions for each failure.
Core Features & Use Cases
- Structured Failure Diagnosis: Categorizes each pipeline failure as test, build/compilation, validation/lint, or infrastructure, citing exact file:line locations.
- Lazy Failure Detail Fetching: Retrieves failed test run or test case data per artifact file to avoid overloading context.
- Cascading Failure Detection: Groups failures sharing a single root cause instead of listing each individually.
- Use Case: A developer comments on a PR asking why the CI build broke; the Skill analyzes the pipeline via the azure-sdk-mcp server and returns a markdown report with root cause, per-failure fixes, verify commands, and a fixable-vs-infrastructure summary.
Quick Start
Ask the assistant to analyze your failing Azure SDK pipeline by providing the build ID, pipeline URL, or PR link, for example: analyze why pipeline build 6447834 failed.