Azure DevOps

Automate Azure DevOps REST API workflows for repositories, pipelines, boards, and artifacts.

12|4|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/markus41/Claude-m --skill azure-devops-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Azure DevOps
Source: https://github.com/markus41/Claude-m/tree/main/azure-devops/skills/azure-devops
Command: npx skills add https://github.com/markus41/Claude-m --skill azure-devops-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure DevOps exposes a rich REST API that lets teams automate repositories, pipelines, boards, and artifacts across organizations and projects, reducing manual toil and drift.

Core Features & Use Cases

  • Manage Azure Repos: list, create, and configure repositories and branch policies.
  • Orchestrate Pipelines & Releases: trigger builds, deploy, and monitor statuses across environments.
  • Track Work & Planning: query and update work items, boards, and sprints for project governance.
  • Use Case: Imagine a multi-project organization that auto-generates dashboards of active pipelines and outstanding work items.

Quick Start

Use the Azure DevOps skill to query a project for repos, pipelines, boards, and work items.

Frequently Asked Questions about Azure DevOps

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

FAQPage Schema
How do I automate Azure DevOps workflows using the REST API?

You automate Azure DevOps workflows by making REST API calls to manage repositories, pipelines, boards, and artifacts across organizations, which reduces manual toil and configuration drift.

Can I manage Azure Repos branch policies and pipelines automatically?

Yes, automating Azure Repos management allows you to list and configure repositories, apply branch policies, and orchestrate pipeline triggers and deployment statuses across multiple environments.

How do I query and update work items and boards for project governance?

You query and update work items, boards, and sprints by targeting the appropriate Azure DevOps REST endpoints, enabling automated tracking and governance for multi-project organizations.

What authentication do I need to automate Azure DevOps REST API calls?

Automating Azure DevOps REST API calls requires authentication via a Personal Access Token (PAT) or OAuth, ensuring secure access to your organization's pipelines, repositories, and work items.

What is the best way to orchestrate CI/CD pipelines across multiple Azure DevOps projects?

The best way to orchestrate CI/CD pipelines across multiple projects is using Azure DevOps REST API workflows to trigger builds, monitor deployment statuses, and coordinate release management.

Does automating Azure DevOps work for multi-project organizations?

Yes, Azure DevOps REST API automation explicitly supports multi-project organizations, allowing you to auto-generate dashboards of active pipelines, work items, and artifacts across the entire org.