azure-devops-cli

Automate Azure DevOps resources using Azure CLI and azure-devops extension.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lzc0901/vibe_coding_template --skill azure-devops-cli-lzc0901
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/lzc0901/vibe_coding_template/tree/main/skills/azure-cloud/azure-devops-cli
Command: npx skills add https://github.com/lzc0901/vibe_coding_template --skill azure-devops-cli-lzc0901

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to manage Azure DevOps resources (projects, repos, pipelines, boards, artifacts, and service connections) using the Azure CLI with the Azure DevOps extension, reducing manual steps and repetitive tasks.

Core Features & Use Cases

  • Manage Azure DevOps resources across organizations and projects using az devops, az pipelines, az repos, az boards, and related commands.
  • Automate common tasks such as creating projects, configuring pipelines, creating work items, wiring service endpoints, and listing resources.
  • Use cases include setting up CI/CD pipelines, auditing project structures, provisioning repositories, and generating consistent project configurations.

Quick Start

Install the Azure CLI and the azure-devops extension, authenticate, set defaults, and run basic commands like az devops project list, az pipelines list, az repos pr create, and az boards work-item create.

Frequently Asked Questions about azure-devops-cli

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

FAQPage Schema
How do I automate Azure DevOps pipelines and repositories using the command line?

You can automate Azure DevOps pipelines and repositories by installing the Azure CLI with the azure-devops extension, authenticating your account, and running commands like az pipelines list or az repos pr create to manage resources interactively or through scripts.

What can I manage in Azure DevOps using the Azure CLI?

Using the Azure CLI, you can manage Azure DevOps projects, repositories, pipelines, boards, artifacts, and service connections across organizations and teams, covering tasks like provisioning repositories and configuring CI/CD pipelines.

Do I need to install the Azure CLI and azure-devops extension to manage Azure Boards work items?

Yes, managing Azure Boards work items requires installing the Azure CLI and the azure-devops extension, authenticating your account, and setting defaults before running commands like az boards work-item create to automate work item tracking.

What's the best way to script Azure DevOps project configurations and service endpoints?

The best way to script Azure DevOps project configurations and service endpoints is using the Azure CLI with the azure-devops extension, which allows you to wire service endpoints and generate consistent project setups through scripted az devops commands.

Can I use the Azure CLI to audit Azure DevOps project structures across different organizations?

Yes, you can use the Azure CLI to audit Azure DevOps project structures across organizations by running commands like az devops project list to list resources and review configurations across teams and projects.

Are there limitations when using the Azure CLI for Azure DevOps automation?

The Azure CLI for Azure DevOps automation requires proper installation and authentication of the azure-devops extension, and it is limited to the resources and commands supported by the extension, such as projects, pipelines, repos, and boards.