azure-devops-cli

Manage Azure DevOps pull requests, pipelines, work items, and variable groups via CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/J03Fr0st/maestro --skill azure-devops-cli-j03fr0st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/J03Fr0st/maestro/tree/main/.github/skills/azure-devops-cli
Command: npx skills add https://github.com/J03Fr0st/maestro --skill azure-devops-cli-j03fr0st

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your workflow by enabling you to manage Azure DevOps resources directly from your command line interface, eliminating the need to switch between tools for common tasks.

Core Features & Use Cases

  • PR Management: Create, approve, and complete pull requests efficiently.
  • Pipeline Operations: Run and monitor Azure DevOps pipelines.
  • Work Item Tracking: Query and manage work items.
  • Variable Groups: Configure and manage pipeline variable groups.
  • Use Case: You've just finished a feature branch and want to create a pull request to main, assign reviewers, and then approve and complete it once all checks pass, all without leaving your terminal.

Quick Start

Use the azure-devops-cli skill to create a pull request from the current branch to main, with the title set to the last commit message.

Frequently Asked Questions about azure-devops-cli

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

FAQPage Schema
How do I create and complete Azure DevOps pull requests from the command line?

Azure DevOps pull requests can be created and completed directly from the command line using the az devops CLI extension. You can create a PR to main, assign reviewers, and approve it once checks pass without leaving your terminal.

Can I run and monitor Azure DevOps pipelines using the CLI?

Yes, Azure DevOps pipelines can be run and monitored using the CLI. The az devops extension supports pipeline operations, allowing you to trigger runs and track their status directly from your terminal for automation workflows.

What is the best way to automate Azure DevOps work item tracking?

Automating Azure DevOps work item tracking is best handled through the az devops CLI extension. It allows you to query and manage work items directly from the command line, integrating seamlessly into your existing automation and scripting workflows.

Does the Azure DevOps CLI support managing pipeline variable groups?

Yes, the Azure DevOps CLI supports managing pipeline variable groups. You can configure and manage variable groups directly from the command line, facilitating the automation of DevOps tasks and pipeline configurations.

Do I need the az devops CLI extension to manage Azure DevOps resources from my terminal?

Yes, the az devops CLI extension is required to manage Azure DevOps resources from your terminal. It provides the command-line interface needed to handle pull requests, pipelines, work items, and variable groups efficiently.

How do I configure default settings for Azure DevOps CLI commands?

You can configure default settings for Azure DevOps CLI commands using the extension's configuration options. This includes setting default output formats and project configurations to streamline your command-line DevOps operations.