azure-pipelines

Manage Azure Pipelines CI/CD workflows through the Azure DevOps MCP.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill azure-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-pipelines
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/azure-pipelines
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill azure-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of Continuous Integration and Continuous Deployment (CI/CD) pipelines using Azure Pipelines, automating build, test, and deployment processes.

Core Features & Use Cases

  • Pipeline Management: List, view status, and run Azure Pipelines.
  • Deployment Automation: Create and manage deployments across multiple environments (DEV, PRE, PRO).
  • Use Case: Automatically trigger a deployment to the staging environment after a successful build on the main branch, requiring manual approval from the Tech Lead.

Quick Start

Use the azure-pipelines skill to list the build definitions for the 'my-project' project.

Frequently Asked Questions about azure-pipelines

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

FAQPage Schema
How do I manage Azure Pipelines deployments across multiple environments?

Manage Azure Pipelines deployments by listing build definitions and running pipelines to automate deployments across DEV, PRE, and PRO environments. You can trigger deployments and require manual approvals to control releases.

Can I create a new CI/CD pipeline from YAML in Azure DevOps?

Yes, you can create new CI/CD pipelines directly from YAML in Azure DevOps. This allows you to define your build and deployment workflows as code for automated pipeline management.

How do I get build statuses and logs for Azure Pipelines?

Retrieve build statuses and logs for Azure Pipelines by listing build definitions and viewing specific build details. This provides visibility into build execution and helps troubleshoot pipeline failures.

Does Azure Pipelines management require manual confirmation before running pipelines?

Yes, managing Azure Pipelines requires manual confirmation before executing pipeline runs. This ensures safe execution and proper handling of sensitive variables during CI/CD operations.

What is the best way to automate CI/CD workflows with Azure Pipelines?

Automate CI/CD workflows with Azure Pipelines by using Azure DevOps MCP to run pipelines with previews and manage build artifacts. This streamlines build, test, and deployment processes across environments.

Can I preview a pipeline run before executing it in Azure DevOps?

Yes, you can run Azure Pipelines with previews before full execution. This allows you to validate pipeline configurations and manage build artifacts before deploying across environments.