azure-devops-cli

Manage Azure DevOps resources through the Azure CLI extension.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ajilantony/copilot-agentops --skill azure-devops-cli-ajilantony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/ajilantony/copilot-agentops/tree/main/skills/azure-devops-cli
Command: npx skills add https://github.com/ajilantony/copilot-agentops --skill azure-devops-cli-ajilantony

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive command-line management for Azure DevOps resources, enabling efficient automation and administration of projects, pipelines, repositories, and more.

Core Features & Use Cases

  • Resource Management: Create, list, show, update, and delete projects, repositories, pipelines, work items, and service endpoints.
  • CI/CD Automation: Automate pipeline runs, manage build and release definitions, and handle artifacts.
  • Use Case: Automate the creation of a new Azure DevOps project, set up a default Git repository, and configure a basic CI pipeline using a single set of commands.

Quick Start

Use the azure-devops-cli skill to list all available pipelines in your default project.

Frequently Asked Questions about azure-devops-cli

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

FAQPage Schema
How do I manage Azure DevOps resources using CLI?

You can manage Azure DevOps resources using CLI by executing commands to create, update, and delete projects, repositories, pipelines, and work items. This approach facilitates DevOps automation and administrative tasks directly from the command line.

How do I automate CI/CD pipelines in Azure DevOps?

To automate CI/CD pipelines in Azure DevOps, you can use CLI commands to automate pipeline runs, manage build and release definitions, and handle artifacts. This streamlines continuous integration and delivery processes.

Do I need Azure CLI installed to manage Azure DevOps projects?

Yes, you need Azure CLI and the Azure DevOps extension installed and authenticated to manage Azure DevOps projects. These prerequisites enable the command-line interface to interact securely with your organization's resources.

Can I configure Azure DevOps security configurations via command line?

Yes, you can configure Azure DevOps security configurations via command line. The CLI extension supports managing security settings, allowing you to automate permissions and access control for your projects and repositories.

What is the best way to create an Azure DevOps project and repository together?

The best way to create an Azure DevOps project and repository together is using a single set of CLI commands. This method automates project setup, configures a default Git repository, and establishes a basic CI pipeline efficiently.