azure-pipelines

Validate Azure DevOps YAML pipeline changes locally using the Azure CLI.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/colajacquin-e/ephcode --skill azure-pipelines-colajacquin-e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-pipelines
Source: https://github.com/colajacquin-e/ephcode/tree/main/.github/skills/azure-pipelines
Command: npx skills add https://github.com/colajacquin-e/ephcode --skill azure-pipelines-colajacquin-e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates Azure DevOps pipeline changes locally to avoid the slow feedback loop of full CI runs when modifying YAML pipelines used by the VS Code build.

Core Features & Use Cases

  • Queue and trigger builds for a defined pipeline
  • Check status, view timelines, logs, and artifacts
  • Iterate on pipeline YAML changes locally before pushing them to CI

Quick Start

Queue a validation build for your current branch and monitor its progress with the status command.

Frequently Asked Questions about azure-pipelines

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

FAQPage Schema
How do I validate Azure DevOps pipeline YAML locally before pushing to CI?

You can validate Azure DevOps pipeline YAML locally by queueing a validation build for your current branch. This speeds up feedback during YAML iteration without waiting for full CI runs.

Can I check build status and view logs for an Azure DevOps pipeline locally?

Yes, you can check build status, view timelines, and retrieve logs or artifacts for an Azure DevOps pipeline locally. This allows you to monitor queued validation builds directly from your environment.

Do I need the Azure CLI to queue builds and iterate on pipeline YAML?

Yes, you need the Azure CLI with the azure-devops extension to queue builds, check status, and cancel functionality. It provides the required commands to trigger and monitor pipeline validations locally.

How do I queue a validation build for my current branch in Azure DevOps?

To queue a validation build for your current branch, use the Azure CLI with the azure-devops extension. You can trigger the build and then monitor its progress using the status command to view timelines and logs.

What is the best way to speed up feedback when modifying Azure DevOps YAML pipelines?

The best way to speed up feedback is to validate Azure DevOps YAML pipeline changes locally before pushing them to CI. This avoids the slow feedback loop of full CI runs by queueing local validation builds.