azure-devops

Automate Azure DevOps work item management via PowerShell scripts and REST APIs.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/huangcd/gcusage --skill azure-devops-huangcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/huangcd/gcusage/tree/main/.github/skills/azure-devops
Command: npx skills add https://github.com/huangcd/gcusage --skill azure-devops-huangcd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, azure-devops-extension, and includes references (resource) components.

What problem does it solve?

Automates Azure DevOps work item management and related workflows, enabling consistent, script-driven operations across teams.

Core Features & Use Cases

  • Create, update, query work items and WIQL-based searches.
  • Manage PRs, link branches, and download attachments for work items.
  • Integrate with existing CI/CD pipelines to automate common ADO tasks.

Quick Start

To begin, run the provided PowerShell scripts to create and update work items, or to download attachments for a given work item.

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 work item management from the command line?

Run the provided PowerShell scripts to execute az devops commands via the Azure CLI extension, enabling script-driven creation, updating, and querying of work items like bugs and tasks across O365 Core projects.

What's the best way to query Azure DevOps work items using WIQL?

Query Azure DevOps work items using WIQL by executing robust REST API interactions through the Azure CLI extension, retrieving bugs, features, and tasks across O365 Core projects.

Do I need the Azure CLI extension to manage Azure DevOps PRs and link branches?

Yes, you need the Azure CLI extension and az command-line tool to manage pull requests and link branches, as the automation relies on az devops commands to execute these REST API workflows.

How does PowerShell handle long descriptions when creating Azure DevOps work items?

PowerShell enforces safe description handling by using a description-file approach when creating Azure DevOps work items, preventing formatting issues and ensuring robust REST API interactions during script-driven updates.

Can I download attachments for Azure DevOps work items in an automated pipeline?

Yes, you can download work item attachments in an automated pipeline by running the provided PowerShell scripts, integrating seamlessly with existing CI/CD pipelines to execute common Azure DevOps tasks.

What are the limitations of using az devops commands for Azure DevOps automation?

The automation applies to O365 Core projects and depends on the Azure CLI extension and az tool, requiring proper environment setup for robust REST API interactions via Helix CLI and PowerShell to avoid execution failures.