azure-devops-cli

Automate Azure DevOps resource management via the Azure CLI extension.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/oreakinodidi98/finance_tracker --skill azure-devops-cli-oreakinodidi98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/oreakinodidi98/finance_tracker/tree/main/.github/skills
Command: npx skills add https://github.com/oreakinodidi98/finance_tracker --skill azure-devops-cli-oreakinodidi98

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps administration and automation can be complex and time-consuming when performed manually. This skill centralizes and simplifies the management of Azure DevOps resources using the Azure CLI with the Azure DevOps extension, enabling faster configuration and consistent workflows.

Core Features & Use Cases

  • Unified control of Azure DevOps resources (projects, repos, pipelines, boards, artifacts, and service endpoints) from a single CLI.
  • Automate common admin and development tasks (create projects, configure pipelines, manage work items, set defaults, authenticate, and invoke REST APIs) to accelerate deployments and governance.
  • Suitable for software teams, DevOps, and admins who need repeatable, scriptable Azure DevOps operations.

Quick Start

Install Azure CLI and Azure DevOps extension, authenticate to your organization, configure defaults, and begin automating Azure DevOps tasks from the command line.

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 project and pipeline management from the command line?

Azure DevOps resource automation uses the Azure CLI extension to create projects, configure pipelines, manage work items, and set service connections. It provides unified control of projects, repos, boards, and artifacts from a single command line.

What do I need to configure before managing Azure DevOps resources via CLI?

You must install the Azure CLI and the azure-devops extension, authenticate to your organization, and configure project defaults. This environment setup enables scriptable automation of Azure DevOps resources.

Can I manage Azure DevOps boards and work items using the Azure CLI?

Yes, you can manage Azure DevOps boards and work items using the Azure CLI. The extension supports automating work item management, board configurations, and artifact handling directly from the command line.

What is the best way to script Azure DevOps administrative tasks for repeatable workflows?

The best way to script Azure DevOps administrative tasks for repeatable workflows is using the Azure CLI extension. It automates project creation, pipeline configuration, and service endpoint management for software teams, DevOps, and admins.

Does the Azure CLI support invoking REST APIs for Azure DevOps resources?

Yes, the Azure CLI supports invoking REST APIs for Azure DevOps resources. This enables developers and IT admins to interact with service endpoints and perform actions beyond standard az devops commands.