azure-devops-cli

Automate Azure DevOps resource management via the Azure CLI extension.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-cli, azure-devops, and includes scripts (resource) components.

What problem does it solve?

Requirings to juggle multiple Azure DevOps commands is error-prone; this skill consolidates common admin tasks under the Azure CLI extension to streamline project, repo, pipeline, and work item management.

Core Features & Use Cases

  • Unified CLI management: Create, list, update, and delete projects, repos, pipelines, boards, artifacts, and service connections using a single tool.
  • Automation-ready workflows: Script routine DevOps tasks for CI/CD automation and governance across environments.
  • Use Case: Imagine a team onboarding a new project where you script provisioning, user permissions, and initial pipelines with a single command sequence.

Quick Start

Install Azure CLI and the Azure DevOps extension, then run az devops commands to list projects.

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

You can manage Azure DevOps resources via the command line by using the Azure CLI extension to create, list, update, and delete projects, repos, pipelines, and boards. This approach consolidates common admin tasks into a single tool.

What do I need to automate Azure DevOps pipelines and work items?

To automate Azure DevOps pipelines and work items, you need the Azure CLI and the azure-devops extension installed and authenticated. This setup allows you to script routine DevOps tasks for consistent CI/CD automation.

Can I script Azure DevOps project onboarding and provisioning workflows?

Yes, you can script Azure DevOps project onboarding and provisioning workflows by sequencing Azure CLI commands. This enables you to provision new projects, user permissions, and initial pipelines in a single repeatable command sequence.

Does this approach support managing service connections and artifacts in Azure DevOps?

Yes, this approach supports managing service connections and artifacts in Azure DevOps alongside projects, repos, pipelines, and boards. It provides unified CLI management for these resources to streamline governance across environments.

Why use the Azure CLI extension instead of manual Azure DevOps administration?

Using the Azure CLI extension instead of manual Azure DevOps administration eliminates error-prone manual juggling of multiple commands. It applies consistent, repeatable DevOps operations across environments through automation-ready workflows.

Are there limitations when using the Azure CLI for Azure DevOps boards and repos?

The primary limitation when using the Azure CLI for Azure DevOps boards and repos is the strict dependency prerequisite. You must have the Azure CLI and the azure-devops extension fully installed and authenticated before executing any management commands.