azure-devops

Fetch and filter Azure DevOps pull request details via REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/linus-mcmanamey/multi-agent-user-story-development --skill azure-devops-linus-mcmanamey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops
Source: https://github.com/linus-mcmanamey/multi-agent-user-story-development/tree/main/.claude/skills/azure-devops
Command: npx skills add https://github.com/linus-mcmanamey/multi-agent-user-story-development --skill azure-devops-linus-mcmanamey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a context-efficient way to interact with Azure DevOps, performing operations like managing Pull Requests, without incurring the high token costs associated with loading full MCP tool sets. It streamlines common development and operations tasks, saving tokens and improving AI response times.

Core Features & Use Cases

  • Pull Request Management: Get PR details, check for merge conflicts, retrieve threads and commits.
  • Context-Efficient Operations: Uses direct REST API calls and filters results to minimize token usage.
  • Extensible Functionality: Easily add new Azure DevOps operations by extending helper scripts.
  • Use Case: When reviewing a Pull Request, use this skill to quickly fetch its status, merge conflicts, and recent commits without flooding your AI's context with unnecessary tool definitions, allowing for faster and more focused feedback.

Quick Start

Use the azure-devops skill to get the title and merge status of Pull Request 5860.

Frequently Asked Questions about azure-devops

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

FAQPage Schema
How do I fetch pull request details and merge conflict status from Azure DevOps?

Pull request operations retrieve PR details, merge conflicts, threads, and commits via REST API. This Skill fetches and filters that data to return focused summaries without loading full tool sets, reducing token overhead while providing the information you need for code review decisions.

Can I use Azure DevOps REST API operations without high token costs?

Yes. This Skill performs direct REST API calls to Azure DevOps with result filtering, minimizing context bloat. It handles pull requests, work items, pipelines, and repositories while keeping token usage low compared to loading complete MCP tool definitions.

What credentials and setup does Azure DevOps integration require?

You need three environment variables: AZURE_DEVOPS_PAT (Personal Access Token), AZURE_DEVOPS_ORGANIZATION, and AZURE_DEVOPS_PROJECT. The Skill uses Basic authentication with your PAT and API version 7.1 to authenticate all requests.

How do I get pull request threads and commit history without manual API calls?

Provide the PR number and repository details. This Skill retrieves PR threads, commits, and metadata through automated REST API calls, filters the results, and returns a lightweight summary ready for agent analysis or decision-making.

Does this work for managing work items and pipelines beyond pull requests?

Yes. The Skill extends to work items, pipelines, and repository operations in addition to pull requests. Its fetch-filter-return workflow applies across these Azure DevOps entities, making it extensible for additional operations via helper scripts.