azure-devops-cli

Manage Azure DevOps resources via az devops CLI commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/j-mckerracher/agent-research --skill azure-devops-cli-j-mckerracher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/j-mckerracher/agent-research/tree/main/dated-agents/4-6-2026/.claude/skills/azure-devops-cli
Command: npx skills add https://github.com/j-mckerracher/agent-research --skill azure-devops-cli-j-mckerracher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps resources can be complex to manage manually; this Skill enables managing those resources from the Azure CLI, automating setup and governance.

Core Features & Use Cases

  • Manage Azure DevOps resources (projects, repositories, pipelines, boards, artifacts, and service endpoints) using az devops commands.
  • Authenticate, configure defaults, and script common workflows for CI/CD and project administration.
  • Use cases include creating projects, configuring pipelines, managing work items, and setting organization defaults from automation.

Quick Start

Create a new Azure DevOps project and initialize a repository using the Azure DevOps CLI.

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

You can manage Azure DevOps projects and pipelines from the command line by using Azure CLI commands to automate resource setup, configure CI/CD workflows, and handle administration. This streamlines project initialization and governance directly from your terminal.

What do I need to configure before automating Azure DevOps resource management?

Before automating Azure DevOps resource management, you need to authenticate your Azure CLI, configure organization defaults, and ensure the azure-devops extension is installed. This setup enables you to script common workflows and execute CRUD operations across projects.

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

Yes, you can create Azure DevOps repositories and manage work items using the Azure CLI. The tool supports common CRUD operations across repositories and boards, allowing you to automate project setup and track work items seamlessly.

What is the best way to automate CI/CD pipeline configuration for Azure DevOps?

The best way to automate CI/CD pipeline configuration for Azure DevOps is by scripting the setup process with Azure CLI commands. This allows you to programmatically create projects, configure pipelines, and manage service endpoints for continuous integration.

Are there limitations to managing Azure boards and artifacts via the Azure CLI?

Managing Azure boards and artifacts via the Azure CLI relies on the capabilities of the azure-devops extension. While it supports common CRUD operations for work items and resources, highly complex manual configurations might still require the web interface.