What problem does it solve? Iterating on Azure DevOps pipeline YAML changes normally requires pushing commits and waiting through slow CI feedback loops. This Skill lets you queue validation builds, check their 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, or platform-specific build toggles. - Monitor and Inspect Builds: List recent builds, watch a build until completion, view stage and job timelines, and download specific logs or artifacts to /tmp. - Cancel Obsolete Builds: Stop outdated builds before queueing new ones to free up build agents during pipeline iteration. - Use Case: You modified files under build/azure-pipelines/ and want to validate the change. Commit and push, cancel any stale build on the branch, queue a new CI-mode build with publishing disabled, and watch it until it completes. ## Quick Start Ask the assistant to queue a validation build on the current branch and watch its status until it completes.