What problem does it solve? Validating Azure DevOps pipeline YAML changes normally requires pushing commits and waiting through slow CI feedback loops. This Skill lets you queue builds, check status, download logs and artifacts, and cancel obsolete runs directly from the command line using the Azure CLI. ## Core Features & Use Cases - Queue Builds with Parameters: Trigger builds on any branch with custom pipeline parameters such as VSCODE_BUILD_TYPE, VSCODE_PUBLISH, and per-platform build toggles. - Monitor and Inspect Builds: List recent builds, watch status with automatic polling, view pipeline stages and jobs, and download specific logs or artifacts to /tmp. - Cancel Obsolete Builds: Stop outdated runs before queueing new ones to free build agents when iterating on pipeline YAML. - Use Case: After editing files in build/azure-pipelines/, push your branch, cancel any stale build, queue a fresh validation build with publishing disabled, and watch it complete without opening the Azure DevOps web UI. ## Quick Start Queue a validation build on my current branch with publishing disabled and then watch its status until it completes.