az-devops

Automate Azure DevOps administration via az devops CLI commands.

8|3|Updated Jun 1, 2025
One-click install
npx skills add https://github.com/jonhill90/vibes --skill az-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: az-devops
Source: https://github.com/jonhill90/vibes/tree/main/.github/skills/az-devops
Command: npx skills add https://github.com/jonhill90/vibes --skill az-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure DevOps resources are often managed through disparate UI and ad-hoc scripts. This Skill provides a cohesive, scriptable interface via the Azure CLI and the azure-devops extension to manage repos, pull requests, pipelines, boards, and work items consistently across projects.

Core Features & Use Cases

  • Manage Azure DevOps resources (repos, PRs, pipelines, boards, and work items) using az devops commands.
  • Configure defaults, authentication, and project scoping for repeatable automation.
  • Practical scenarios include creating PRs, listing and updating work items, automating pipeline setups, and enforcing repository policies across teams.

Quick Start

Install the Azure CLI and Azure DevOps extension, then start using az devops commands to automate your workflows across projects.

Frequently Asked Questions about az-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure DevOps repos and pipelines using the CLI?

You can automate Azure DevOps repos and pipelines by using the azure-devops CLI extension to script commands for creating PRs, configuring pipelines, and enforcing repository policies consistently across projects.

What's the best way to manage Azure DevOps work items and boards across multiple projects?

Managing Azure DevOps work items and boards across multiple projects is best handled through scriptable CLI commands that enforce reproducible configuration and cross-project governance over your work item tracking.

Do I need the Azure CLI extension to manage pull requests and pipelines programmatically?

Yes, you need the Azure CLI and the azure-devops extension installed to programmatically manage pull requests and pipelines, allowing you to configure defaults, authentication, and project scoping for repeatable automation.

Can I configure authentication and project defaults for Azure DevOps CLI automation?

Configuring authentication and project defaults for Azure DevOps CLI automation is fully supported, enabling you to set project scoping and credentials for reproducible, scripted workflows across teams.

Why use CLI commands instead of the Azure DevOps UI for managing repos and PRs?

Using CLI commands instead of the Azure DevOps UI provides a cohesive, scriptable interface that replaces ad-hoc scripts and manual UI interactions with reproducible configuration and cross-team governance for repos and PRs.

How do I enforce repository policies across teams in Azure DevOps?

You can enforce repository policies across teams in Azure DevOps by applying structured CLI commands to automate policy configuration, ensuring consistent governance and reproducible setups across multiple projects.