azure-devops-cli

Manage Azure DevOps projects and Git workflows with command-line precision.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive command-line tools to manage all aspects of Azure DevOps, from projects and repositories to pipelines and work items, enabling efficient automation and DevOps workflows.

Core Features & Use Cases

  • Resource Management: Create, list, update, and delete projects, repositories, pipelines, build/release definitions, and more.
  • Workflow Automation: Automate CI/CD processes, pull request management, and work item tracking.
  • Use Case: Automate the creation of a new Azure DevOps project, set up a Git repository, define a CI pipeline, and link it to a work item, all through a single script.

Quick Start

Use the azure-devops-cli skill to list all projects in your 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 pipelines and repositories from the command line?

You can manage Azure DevOps pipelines and repositories from the command line by using the Azure CLI with the Azure DevOps extension. It enables full CRUD operations on projects, repositories, and build definitions directly through terminal commands.

Can I automate Azure DevOps project creation and work item tracking in a single script?

Yes, you can automate Azure DevOps project creation, repository setup, pipeline definition, and work item tracking in a single script. The CLI supports comprehensive workflow automation for end-to-end DevOps processes.

Do I need to install the Azure CLI extension to manage Azure DevOps resources?

Yes, you need the Azure CLI and the Azure DevOps extension installed and configured to manage Azure DevOps resources. These prerequisites provide the command-line interface required for interacting with your DevOps environment.

What's the best way to automate pull request management for Azure DevOps?

The best way to automate pull request management for Azure DevOps is using the Azure CLI. It supports command-line administration of pull requests, allowing you to automate approvals and branch policies within your CI/CD workflows.

Does Azure CLI support managing service endpoints and artifacts for Azure DevOps?

Yes, Azure CLI supports managing service endpoints and artifacts for Azure DevOps. You can configure service connections and handle build artifacts via command-line administration to integrate external services.

When should I use command-line administration instead of the Azure DevOps web portal?

You should use command-line administration instead of the Azure DevOps web portal when you need to automate repetitive DevOps tasks, integrate CI/CD processes, or manage bulk resource updates across multiple projects efficiently.