azure-pipelines

Manage Azure DevOps pipeline builds via the Azure CLI.

5|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/malwarebo/nyrve --skill azure-pipelines-malwarebo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-pipelines
Source: https://github.com/malwarebo/nyrve/tree/main/.github/skills/azure-pipelines
Command: npx skills add https://github.com/malwarebo/nyrve --skill azure-pipelines-malwarebo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers efficiently validate changes to Azure DevOps pipeline configurations without waiting for full CI runs, significantly speeding up the development feedback loop.

Core Features & Use Cases

  • Queue Builds: Trigger new pipeline builds for specific branches or with custom parameters.
  • Check Status: Monitor the progress and results of running or completed builds.
  • Cancel Builds: Stop unnecessary or erroneous builds to free up resources.
  • Download Logs/Artifacts: Retrieve detailed logs and build artifacts for debugging.
  • Use Case: After modifying a pipeline YAML file, you can quickly queue a build on your feature branch, monitor its progress, and if it fails, inspect the logs to identify and fix the issue before merging.

Quick Start

Use the azure-pipelines skill to queue a new build on the current branch.

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 Pipelines YAML changes without triggering a full CI run?

You can validate Azure Pipelines YAML changes by queuing a targeted build on your feature branch, monitoring its progress, and inspecting logs for errors. This provides direct interaction with the Azure Pipelines API to speed up the development feedback loop before merging.

How do I check the status of an Azure DevOps pipeline build?

Check Azure DevOps pipeline build status by interacting with the Azure Pipelines API via the Azure CLI to monitor the progress and results of running or completed builds for your project.

Can I download build artifacts and logs from Azure Pipelines for debugging?

Yes, you can download build artifacts and logs from Azure Pipelines. The automation retrieves detailed logs and build artifacts directly through the Azure Pipelines API via the Azure CLI to facilitate debugging of failed builds.

What is the best way to stop unnecessary Azure DevOps pipeline builds?

The best way to stop unnecessary Azure DevOps pipeline builds is to cancel the running processes directly through the Azure Pipelines API, which stops erroneous builds and frees up pipeline resources.

Do I need the Azure CLI to manage Azure DevOps pipeline builds?

Yes, you need the Azure CLI installed and configured because the Skill provides direct interaction with the Azure Pipelines API via the Azure CLI to facilitate queueing builds, checking status, and cancelling running processes.