azure-devops-cli

Manage Azure DevOps resources via the Azure CLI extension.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Azure DevOps resources, enabling efficient automation of CI/CD pipelines, code repositories, and project workflows directly from the command line.

Core Features & Use Cases

  • Comprehensive Resource Management: Control projects, repositories, pipelines, builds, pull requests, work items, artifacts, and service endpoints.
  • Automation & Scripting: Integrate Azure DevOps operations into scripts and CI/CD pipelines for seamless automation.
  • Use Case: Automate the creation of a new Azure DevOps project, set up its default repositories, and configure a basic CI pipeline using a single command sequence.

Quick Start

Use the azure-devops-cli skill to list all projects in your Azure DevOps organization.

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

You can manage Azure DevOps resources from the command line by using a CLI interface to control projects, repositories, pipelines, builds, pull requests, and work items. It requires the Azure CLI with the Azure DevOps extension installed for authenticated access and operation.

Can I automate Azure DevOps CI/CD pipeline creation using a CLI?

Yes, you can automate Azure DevOps CI/CD pipeline creation using CLI commands. This approach facilitates DevOps automation by allowing you to configure pipelines, manage code repositories, and handle project workflows directly from the command line within scripts.

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

Yes, you need the Azure CLI installed to manage Azure DevOps projects. Specifically, the Azure DevOps extension must be installed and configured to provide the authenticated access required for operating on resources like repositories and builds.

What's the best way to script Azure DevOps pull request and work item management?

The best way to script Azure DevOps pull request and work item management is using a command-line interface. Integrating these operations into scripts enables seamless DevOps automation and team collaboration management without manual web portal interaction.

What Azure DevOps resources can I control using command line automation?

Using command line automation, you can control a comprehensive range of Azure DevOps resources including projects, repositories, pipelines, builds, pull requests, work items, artifacts, and service endpoints for complete workflow management.

How do I set up a new Azure DevOps project and repository via CLI?

To set up a new Azure DevOps project and repository via CLI, you can execute a command sequence that creates the project, configures default repositories, and sets up a basic CI pipeline, automating the entire initial workflow.