azure-devops-cli

Manage Azure DevOps resources via the Azure CLI extension.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill azure-devops-cli-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/azure-devops-cli
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill azure-devops-cli-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of Azure DevOps resources, enabling users to automate complex DevOps workflows directly from the command line, reducing manual effort and improving efficiency.

Core Features & Use Cases

  • Resource Management: Create, list, show, update, and delete projects, repositories, pipelines, builds, releases, work items, and more.
  • CI/CD Automation: Automate pipeline creation, execution, and artifact management.
  • Collaboration Enhancement: Manage pull requests, reviewers, and work item linking.
  • Use Case: Automate the creation of a new Azure DevOps project, set up a CI pipeline, and link it to a new repository with predefined branch policies.

Quick Start

Use the azure-devops-cli skill to list all active pull requests in the 'my-project' 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 pipelines via the command line?

Automating Azure DevOps CI/CD pipelines requires the Azure CLI with the Azure DevOps extension installed and properly authenticated. Once configured, you can run commands to create projects, manage repositories, and trigger pipeline builds directly from the terminal.

Can I automate Azure DevOps project and repository creation from the CLI?

You can automate Azure DevOps project and repository creation using CLI commands to provision resources and configure branch policies. This Skill enables full resource management, allowing you to create, list, update, and delete projects and repositories programmatically.

Do I need the Azure CLI installed to use Azure Devops CLI commands?

Yes, you need the Azure CLI installed with the Azure DevOps extension and proper authentication configured. This prerequisite environment setup is required to execute the commands that manage your projects, pipelines, work items, and security settings.

What's the best way to manage Azure DevOps pull requests and work items from the terminal?

The best way to manage Azure DevOps pull requests and work items from the terminal is using CLI commands to list, create, and link them to repositories. This approach enhances collaboration by automating reviewer assignments and work item tracking without leaving the command line.

Does Azure DevOps CLI support managing security settings and branch policies?

Yes, Azure DevOps CLI supports managing security settings and branch policies through dedicated command-line instructions. You can configure repository security, set up predefined branch policies, and manage permissions to secure your DevOps resources during CI/CD automation.