What problem does it solve?
Azure DevOps operations can be tedious and error-prone when performing routine tasks across PRs, pipelines, policies, environments, and work items. This skill centralizes commands and scripted patterns to automate these workflows via the az CLI and bundled scripts.
Core Features & Use Cases
- Prereqs: authentication with Azure DevOps and PAT, then create, update, and query PRs; manage pipelines and runs; configure policies; work with variable groups and environments.
- Automate end-to-end workflows: create PRs, attach work items, queue runs, check statuses, and fetch logs using the included scripts and az CLI.
- Real-world example: create a PR, link a work item, and fetch the associated PR threads and run logs for debugging.
Quick Start
Create a PR for a repository, link a work item, and review its threads to verify the end-to-end flow.