azure-devops

Diagnose Azure DevOps pipeline failures and pull request activity.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/mediainterface/claude-marketplace --skill azure-devops-mediainterface
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/mediainterface/claude-marketplace/tree/main/plugins/azure-devops/skills/azure-devops
Command: npx skills add https://github.com/mediainterface/claude-marketplace --skill azure-devops-mediainterface

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams diagnose Azure DevOps failures, review pull requests, and generate changelogs by interacting with an Azure DevOps Server instance via Claude Code. It guides users through common triage tasks when pipelines fail, PRs are opened/updated, or repository state needs verification.

Core Features & Use Cases

  • Analyze pipeline failures by fetching build timelines, logs, and related commits to identify root causes.
  • Create, update, and review pull requests, including extracting diffs, branches, and PR threads for context.
  • Generate changelogs and provide repository-state checks to prevent cross-repo mistakes when referencing builds or PRs.
  • Provide authorization troubleshooting guidance when the ADO PAT is missing or invalid.

Quick Start

Provide an Azure DevOps build URL or PR ID and Claude will analyze the failure or review the changes.

Frequently Asked Questions about azure-devops

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

FAQPage Schema
How do I diagnose Azure DevOps pipeline failures and find the root cause?

To diagnose Azure DevOps pipeline failures, fetch build timelines, logs, and related commits to identify the root cause. Provide a build URL and the tool will analyze the failure timeline and extract relevant commit history for triage.

Can I review pull requests and extract diffs from Azure DevOps directly?

Yes, you can review pull requests by extracting diffs, branches, and PR threads from Azure DevOps. Provide a PR ID to retrieve context, manage PR threads, and automate updates directly through Claude Code.

What do I need to connect to Azure DevOps Server and start automating PR reviews?

You need a valid Azure DevOps Personal Access Token (PAT) to authenticate endpoint calls. If the PAT is missing or invalid, the tool provides authorization troubleshooting guidance to resolve access issues.

How do I generate changelogs and check repository state across Azure DevOps projects?

Generate changelogs and run repository-state checks to prevent cross-repo mistakes when referencing builds or PRs. This verifies repository consistency across Azure DevOps Server scenarios before finalizing changes.

Why does my Azure DevOps automation fail with an authorization error?

Azure DevOps automation fails with authorization errors when the ADO PAT is missing or invalid. The tool applies robust error handling to detect this and provides specific authorization troubleshooting guidance.