azure-devops

Automate Azure DevOps tasks using the az CLI with the azure-devops extension.

14|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/NotMyself/claude-stack-dotnet --skill azure-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/NotMyself/claude-stack-dotnet/tree/main/.claude/skills/azure-devops
Command: npx skills add https://github.com/NotMyself/claude-stack-dotnet --skill azure-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Azure CLI, azure-devops extension.

What problem does it solve?

This Skill provides a comprehensive guide for automating Azure DevOps operations using the az CLI, simplifying tasks across Azure Pipelines, Repos, Boards, and Artifacts, thereby streamlining CI/CD and project management.

Core Features & Use Cases

  • CLI-Driven Automation: Execute commands for repositories, pull requests, pipelines, and work items directly from the command line.
  • CI/CD Integration: Manage pipeline runs, artifacts, variable groups, and service connections for robust automation.
  • Work Item Management: Create, update, and query work items, linking them to code changes and pull requests.
  • Use Case: When setting up a new CI/CD pipeline, use this skill to programmatically create repositories, configure build pipelines, and manage deployment variables, saving significant manual setup time.

Quick Start

Show me how to list all active pull requests in my Azure DevOps project using the az CLI.

Frequently Asked Questions about azure-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure DevOps tasks using the command line?

Automate Azure DevOps tasks using the `az` CLI with the azure-devops extension, which enables programmatic control over pipelines, repositories, work items, and artifacts without manual portal interactions.

Can I create and manage CI/CD pipelines programmatically with Azure DevOps?

Yes, use the `az devops` CLI commands to programmatically create repositories, configure build pipelines, manage service connections, variable groups, and YAML pipeline automation across Azure Pipelines.

What's the best way to manage work items and pull requests from the command line?

The `az devops` CLI allows you to create, update, and query work items directly, link them to code changes and pull requests, and execute repository commands without leaving the terminal.

Do I need the Azure CLI to automate Azure DevOps operations?

Yes, the `az` CLI with the azure-devops extension is required; it provides the command-line interface and authentication methods necessary to access Azure Boards, Repos, Pipelines, and Artifacts.

How do I list pull requests and repositories using Azure DevOps CLI commands?

Use `az repos pr list` to retrieve active pull requests and `az repos list` to view repositories in your project, querying across your default organization and project configuration.

What are the limitations of CLI-based Azure DevOps automation?

CLI automation is command-scoped; complex multi-step workflows benefit from scripting, and advanced UI-only features may require portal access or additional tooling integration.