azure-devops-pipeline

Query Azure DevOps pipeline status, trigger runs, and parse test results for the active branch.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill azure-devops-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-pipeline
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/herold/skills/azure-devops-pipeline
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill azure-devops-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Azure DevOps pipelines by allowing users to check pipeline status, trigger new runs, and parse test results directly from their development environment.

Core Features & Use Cases

  • Pipeline Status Check: Query the status of pipelines for the active branch.
  • Trigger Pipeline Runs: Initiate new pipeline builds or deployments.
  • Test Result Parsing: Extract pass/fail/skipped counts from test results.
  • Use Case: A developer can quickly check the status of the CI build for their current feature branch without leaving their IDE or terminal. If the build failed, they can immediately see the test results summary.

Quick Start

Check the status of the latest pipeline run for the current branch.

Frequently Asked Questions about azure-devops-pipeline

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

FAQPage Schema
How do I check Azure DevOps pipeline status for my current branch?

You can check the Azure DevOps pipeline status by querying the latest build run for your active task branch. This Skill retrieves the current build status directly from your development environment without requiring you to open the Azure DevOps web portal.

Can I trigger Azure DevOps pipeline runs from my IDE?

Yes, you can trigger Azure DevOps pipeline runs directly from your IDE or terminal. This Skill initiates new pipeline builds or deployments for the active branch, streamlining the CI/CD automation process without leaving your development workflow.

Do I need the azure-devops MCP server to manage CI/CD pipelines?

You need the azure-devops MCP server for full CI/CD pipeline management functionality. If the MCP server is not configured, this Skill falls back to a clear not-configured message instead of executing pipeline queries or triggering runs.

How does parsing test results from Azure DevOps builds work?

Parsing test results from Azure DevOps builds works by extracting pass, fail, and skipped counts from the completed pipeline run. This allows you to immediately see a test results summary for your current feature branch if the build fails.

What are the limitations of automating Azure DevOps pipeline management?

The primary limitation of automating Azure DevOps pipeline management with this Skill is its strict dependency on the azure-devops MCP server. Without this server configured in your environment, the Skill cannot query build status, trigger runs, or parse test results.

What is the best way to monitor CI/CD automation for feature branches?

The best way to monitor CI/CD automation for feature branches is to query pipeline status and parse test results directly within your development environment. This approach eliminates context switching to the Azure DevOps web interface and accelerates failure resolution.