ado

Automate Azure DevOps PR, pipeline, policy, and work item workflows via az CLI.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/pszypowicz/claude-skills --skill ado-pszypowicz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado
Source: https://github.com/pszypowicz/claude-skills/tree/main/plugins/ado/skills/ado
Command: npx skills add https://github.com/pszypowicz/claude-skills --skill ado-pszypowicz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) components.

What problem does it solve?

Azure DevOps operations can be tedious and error-prone when performing routine tasks across PRs, pipelines, policies, environments, and work items. This skill centralizes commands and scripted patterns to automate these workflows via the az CLI and bundled scripts.

Core Features & Use Cases

  • Prereqs: authentication with Azure DevOps and PAT, then create, update, and query PRs; manage pipelines and runs; configure policies; work with variable groups and environments.
  • Automate end-to-end workflows: create PRs, attach work items, queue runs, check statuses, and fetch logs using the included scripts and az CLI.
  • Real-world example: create a PR, link a work item, and fetch the associated PR threads and run logs for debugging.

Quick Start

Create a PR for a repository, link a work item, and review its threads to verify the end-to-end flow.

Frequently Asked Questions about ado

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

FAQPage Schema
How do I automate Azure DevOps PR creation and work item linking?

Automate Azure DevOps PR creation and work item linking by using bundled scripts and az CLI commands. This skill handles end-to-end workflows by creating PRs, attaching work items, and fetching PR threads for debugging.

How can I check Azure DevOps pipeline status and fetch build logs?

Check Azure DevOps pipeline status and fetch build logs by running the included scripts. The skill queues pipeline runs, checks build statuses, and retrieves logs to debug failed pipelines via az CLI or REST endpoints.

What do I need to authenticate with Azure DevOps before automating tasks?

To authenticate with Azure DevOps, you need a Personal Access Token (PAT) and the Azure CLI installed. The skill enforces safe auth handling to ensure reproducible automation across PRs, pipelines, and work items.

Can I update Azure DevOps work items and comment on PRs using the command line?

Yes, you can update Azure DevOps work items and comment on PRs using the command line. The skill leverages az CLI and bundled scripts to create, update, and query work items while managing PR comments.

Does this Azure DevOps automation skill support configuring branch policies?

Yes, this Azure DevOps automation skill supports configuring branch policies. It uses az CLI and scripted patterns to manage policies, variable groups, and environments alongside routine PR and pipeline operations.

Why use scripts instead of manual az CLI commands for Azure DevOps workflows?

Using scripts instead of manual az CLI commands ensures deterministic steps and reproducible automation for Azure DevOps workflows. It centralizes routine operations across PRs, pipelines, and work items to reduce errors.