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 validation builds, monitor 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, and per-platform build toggles. - Monitor and Inspect Builds: Check build status with a watch mode, view pipeline stages and jobs, and download specific logs or artifacts for investigation. - Cancel Obsolete Builds: Stop outdated builds before queueing new ones to free up build agents during iterative pipeline development. - Use Case: After editing files in build/azure-pipelines/, commit and push your changes, cancel any stale build on the branch, queue a fresh CI-oriented validation build with publishing disabled, and watch it complete without leaving the terminal. ## Quick Start Ask the assistant to queue a validation build on the current branch and watch its status until it completes.