What problem does it solve? Working with Azure DevOps from the command line is error-prone: the REST API redirects unauthenticated requests, the gh CLI targets GitHub instead, and org/project values are often hardcoded. This Skill provides a tested set of az CLI patterns for reading, creating, linking, and querying work items and pull requests, with org and project derived automatically from the git remote. ## Core Features & Use Cases - Work item operations: Read, create, update, and link work items via az boards, including WIQL queries and correct handling of Bug Repro Steps as HTML. - Pull request workflows: Create PRs linked to work items, check PR status, and avoid pitfalls like completed PRs deleting remote branches or autocomplete transitioning work items unexpectedly. - Portable project context: Derives organization and project from the git remote or az devops defaults, so it works on any Azure DevOps project without hardcoding. - Use Case: You need to file a bug under an existing user story. The Skill finds the parent US via WIQL, creates the Bug with matching area/iteration, writes Repro Steps, links the parent, and creates a PR tied to the work item. ## Quick Start Ask the assistant to read work item #1234 or create a bug linked to a user story in your Azure DevOps project using the az CLI.