One-click install
npx skills add https://github.com/lttr/claude-marketplace --skill az-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: az-cli
Source: https://github.com/lttr/claude-marketplace/tree/main/plugins/azure-devops/skills/az-cli
Command: npx skills add https://github.com/lttr/claude-marketplace --skill az-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing Azure DevOps resources (PRs, pipelines, work items, repos) often requires navigating complex web interfaces or remembering obscure CLI commands. This skill centralizes az devops CLI knowledge, making common tasks faster and and more efficient directly from the command line.

Core Features & Use Cases

  • Comprehensive DevOps Management: Provides commands for managing repositories, pull requests, pipelines, boards, and work items.
  • Quick Access to Common Tasks: Easily list your PRs, assigned work items, or pipeline runs with pre-built queries.
  • Automated Workflows: Facilitates scripting and automation of repetitive Azure DevOps operations, such as creating PRs, updating work item states, or triggering pipelines.
  • Use Case: A developer needs to quickly check all open pull requests assigned to them for review, update the status of a bug they just fixed, and then trigger a specific build pipeline. Instead of clicking through the Azure DevOps portal, they can use this skill to execute all these tasks with simple az-cli commands.

Quick Start

List all pull requests I created in the current Azure DevOps project.

Frequently Asked Questions about az-cli

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

FAQPage Schema
How do I list and manage pull requests from the command line in Azure DevOps?

Use `az devops pr list` to retrieve pull requests assigned to you or created by you in your Azure DevOps project. The az CLI provides commands to list, create, update, and review PRs without navigating the web portal, streamlining your workflow.

What commands can I use to automate Azure DevOps work item updates?

The az devops CLI includes commands to query, create, and update work items directly. You can automate status changes, assignments, and bulk operations, eliminating manual portal clicks for repetitive DevOps tasks.

Can I trigger and monitor Azure DevOps pipelines from the CLI?

Yes, `az devops pipelines` commands let you list, queue, and monitor pipeline runs directly from the terminal. This enables scripted automation of builds and deployments without accessing the Azure DevOps web interface.

What setup is required before using az devops CLI commands?

Install the azure-devops extension, run `az login` to authenticate, and configure defaults with `az devops configure`. These prerequisites establish your Azure DevOps connection and project context for all CLI operations.

How do I manage repositories and service connections via the CLI?

The az devops CLI provides commands to list repositories, configure service connections, and manage access. This centralizes repository and infrastructure setup tasks into scriptable, repeatable CLI operations.

Can I use az devops CLI for cross-project automation and querying?

Yes, after configuring defaults with `az devops configure`, you can query and manage resources across repositories, pipelines, work items, and boards. The CLI supports filtering and listing operations for multi-resource automation scenarios.