azure-devops

Automate Azure DevOps resources via versioned REST API endpoints.

22|2|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/markpitt/claude-skills --skill azure-devops-markpitt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/markpitt/claude-skills/tree/main/skills/azure-devops
Command: npx skills add https://github.com/markpitt/claude-skills --skill azure-devops-markpitt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance for using the Azure DevOps REST APIs to automate boards, repos, pipelines, test plans, artifacts, and governance tasks across projects.

Core Features & Use Cases

  • Work item management, boards, and queries
  • Git repos, PRs, commits, and branching
  • Pipelines, releases, and artifacts automation
  • Organizations, projects, security, and governance workflows

Quick Start

Begin with core boards/repos/pipelines resources to automate common DevOps scenarios, then extend with governance and artifact management patterns.

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 REST APIs?

Automate Azure DevOps workflows by calling versioned REST endpoints with appropriate authentication (PAT, OAuth 2.0, or Azure AD) and JSON payloads. You can programmatically manage boards, repos, pipelines, test plans, and artifacts across projects and organizations.

What authentication methods work with Azure DevOps REST API?

Azure DevOps REST API supports three authentication methods: Personal Access Tokens (PAT), OAuth 2.0, and Azure AD. Choose PAT for service accounts, OAuth 2.0 for delegated access, and Azure AD for enterprise identity integration.

Can I automate Azure DevOps pipelines, repos, and boards in one integration?

Yes. The Azure DevOps REST API lets you manage pipelines, Git repos, boards, test plans, and artifacts within a single integration, enabling end-to-end workflow automation across all DevOps resources.

How do I structure JSON Patch payloads for Azure DevOps API calls?

Azure DevOps REST API accepts JSON Patch operations for updating work items and resources. Structure payloads with op, path, and value fields, set the appropriate Content-Type header, and send requests to versioned endpoints.

What governance and organizational tasks can I automate in Azure DevOps?

Automate organizational and project security, permissions, and governance workflows through the REST API. Manage users, groups, project settings, and access control programmatically across your Azure DevOps instance.

Does REST API automation support multi-project and cross-organization scenarios?

Yes. The Azure DevOps REST API supports operations across multiple projects and organizations, provided you have appropriate authentication and permissions, enabling large-scale automation and integration workflows.