What problem does it solve?
This Skill provides a comprehensive guide for automating Azure DevOps operations using the az CLI, simplifying tasks across Azure Pipelines, Repos, Boards, and Artifacts, thereby streamlining CI/CD and project management.
Core Features & Use Cases
- CLI-Driven Automation: Execute commands for repositories, pull requests, pipelines, and work items directly from the command line.
- CI/CD Integration: Manage pipeline runs, artifacts, variable groups, and service connections for robust automation.
- Work Item Management: Create, update, and query work items, linking them to code changes and pull requests.
- Use Case: When setting up a new CI/CD pipeline, use this skill to programmatically create repositories, configure build pipelines, and manage deployment variables, saving significant manual setup time.
Quick Start
Show me how to list all active pull requests in my Azure DevOps project using the az CLI.