azure-devops-pipelines

Queue, monitor, and manage Azure DevOps pipelines using Azure CLI.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/shellicar/claude-config --skill azure-devops-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-pipelines
Source: https://github.com/shellicar/claude-config/tree/main/skills/azure-devops-pipelines
Command: npx skills add https://github.com/shellicar/claude-config --skill azure-devops-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams queue, monitor, and manage Azure DevOps pipelines, verify triggers, and reconcile build validation policies to ensure pipelines run reliably.

Core Features & Use Cases

  • Pipeline management: Queue runs, check status, and monitor progress across pipelines and projects.
  • Trigger configuration: Inspect and validate YAML triggers and path-based rules to ensure correct CI behavior.
  • Policy alignment: Review and align build validation policies with pipeline definitions to prevent missed or blocked deployments.
  • Use Case: Imagine you need to verify a PR triggers a build across multiple pipelines and ensure a policy allows the build to queue; this Skill guides you through that workflow.

Quick Start

Use the azure-devops-pipelines skill to list pipelines in a project and display the most recent run for each.

Frequently Asked Questions about azure-devops-pipelines

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

FAQPage Schema
Why does my Azure DevOps YAML pipeline trigger not fire on path changes?

Azure DevOps build validation policies can block pipeline queues if they are not aligned with pipeline definitions; you can review and synchronize policy patterns using az repos policy to prevent missed deployments.

How do I check recent pipeline runs for all pipelines in an Azure DevOps project?

Azure DevOps build validation policies can block pipeline queues if they are not aligned with pipeline definitions; you can review and synchronize policy patterns using az repos policy to prevent missed deployments.

Does managing Azure DevOps pipelines require the Azure CLI?

You can list all pipelines in an Azure DevOps project and display the most recent run for each by executing Azure CLI commands guided by the skill's workflow.

How do I align Azure DevOps build validation policies with my YAML pipeline definitions?

Yes, managing Azure DevOps pipelines with this skill requires the Azure CLI, as it relies on commands such as az pipelines and az repos policy to execute operations.