azure-devops-cli

Manage Azure DevOps resources using az devops CLI commands.

37.6k|4.7k|Updated Jun 11, 2025
One-click install
npx skills add https://github.com/github/awesome-copilot --skill azure-devops-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/github/awesome-copilot/tree/main/skills/azure-devops-cli
Command: npx skills add https://github.com/github/awesome-copilot --skill azure-devops-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to manage Azure DevOps resources from the command line, reducing manual steps and enabling repeatable workflows across projects and pipelines.

Core Features & Use Cases

  • Azure DevOps Resource Management: Create and manage projects, repositories, pipelines, builds, pull requests, work items, artifacts, and service connections using the Azure CLI.
  • Automation of CI/CD & Governance: Script repetitive tasks, enforce consistent configurations, and orchestrate end-to-end workflows across environments.
  • Use Case: Set up a new project with a pipeline and work-item automation in minutes by scripting az devops commands.

Quick Start

Install Azure CLI and the Azure DevOps extension, then authenticate and start issuing az devops commands.

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 tasks from the command line?

Automate Azure DevOps tasks using the Azure CLI with the azure-devops extension installed and authenticated. Run az devops commands to manage projects, repositories, pipelines, builds, pull requests, work items, and service connections without manual steps.

Can I script CI/CD pipeline creation and management with Azure DevOps CLI?

Yes, the Azure DevOps CLI enables scripting end-to-end CI/CD workflows. Use az devops commands to create pipelines, configure builds, enforce consistent configurations, and orchestrate deployments across environments programmatically.

What do I need to install to use Azure DevOps CLI commands?

Install the Azure CLI and the azure-devops extension, then authenticate with your Azure account. These prerequisites enable you to issue az devops commands for resource management and automation.

Can I manage work items and repositories through the CLI instead of the web interface?

Yes, create and manage repositories, pull requests, work items, and artifacts entirely via CLI commands. This reduces manual steps and enables repeatable workflows across projects when integrated into scripts and automation pipelines.

What's the fastest way to set up a new project with pipelines and work-item automation?

Script the setup using az devops commands to create the project, configure repositories, establish pipelines, and automate work-item rules in minutes rather than manual configuration through the UI.