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, 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 Custom Parameters: Trigger builds on any branch with the full set of product-build parameters (platform targets, publish flags, build type) to run fast, scoped validation instead of full CI. - Monitor and Inspect Builds: Check build status with a watch mode, view stage/job timelines, and download specific logs or artifacts for failure investigation. - Cancel Obsolete Builds: Stop outdated runs on a branch before queueing new ones to free build agents. - Use Case: After editing build/azure-pipelines/product-build.yml, push your branch, cancel any stale build, queue a new one with VSCODE_PUBLISH=false and a reduced platform matrix, then watch it complete without leaving the terminal. ## Quick Start Ask the agent to queue a validation build of the current branch on the VS Code Azure pipeline and watch its status until it completes.