azure-devops-cli

Manage Azure DevOps resources via Azure CLI commands.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill azure-devops-cli-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/azure-devops-cli
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill azure-devops-cli-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the friction of managing Azure DevOps manually by centralizing common project, repository, pipeline, board, and artifact operations into CLI-driven workflows.

Core Features & Use Cases

  • DevOps Resource Management: Handle projects, users, teams, permissions, service endpoints, and wikis from a single command surface.
  • Engineering Workflow Automation: Work with repos, pull requests, branch policies, pipelines, builds, releases, and artifacts for routine delivery tasks.
  • Operational Planning: Manage work items, iterations, variable groups, agent pools, and queues to support CI/CD and planning workflows.
  • Example Use Case: A platform engineer can configure defaults, inspect pipeline runs, update a pull request policy, and retrieve work item details without leaving the terminal.

Quick Start

Use the azure-devops-cli skill to help me authenticate to Azure DevOps and list the available projects and recent pipeline runs for my organization.

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 executing authenticated az devops and az pipelines operations to handle routine CI/CD automation tasks directly from your terminal.

Can I update pull request policies and work items using Azure CLI?

Yes, you can update pull request policies and manage work items using Azure CLI by running supported az repos and az boards commands to automate your engineering workflows and operational planning.

Do I need the Azure CLI extension to manage Azure DevOps repos and artifacts?

Yes, you need the Azure CLI with the Azure DevOps extension installed and configured to execute authenticated operations that manage repositories, builds, and artifacts.

What is the best way to automate Azure DevOps board and wiki management without leaving the terminal?

The best way to automate board and wiki management is using CLI-driven workflows that centralize project, team, work item, and wiki operations into a single command surface via az devops commands.

What Azure DevOps resources can I control through CLI automation?

Through CLI automation, you can control projects, repositories, pull requests, pipelines, builds, boards, work items, teams, users, service endpoints, wikis, and artifacts for day-to-day DevOps scenarios.