azure-devops

Automate Azure DevOps repository, pull request, and API interactions via REST.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated interaction with Azure DevOps repositories, pull requests, and services via the REST API, reducing manual overhead and human error.

Core Features & Use Cases

  • Repositories: list, query, and manage repositories within Azure DevOps projects.
  • Pull requests: monitor, create, approve, and merge pull requests.
  • API access: perform authenticated REST API calls to work items, builds, releases, and project data using AZURE_DEVOPS_TOKEN.

Quick Start

Use the azure-devops skill to list repositories via the Azure DevOps REST API using the AZURE_DEVOPS_TOKEN. Example: curl -H "Authorization: Basic $AUTH" https://dev.azure.com/{organization}/{project}/_apis/git/repositories?api-version=7.1

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 pull requests and repository management?

Automate Azure DevOps pull requests and repository management by making authenticated REST API calls using the AZURE_DEVOPS_TOKEN. This skill lists repositories, creates PRs, and queries project data to reduce manual overhead.

What do I need to make authenticated Azure DevOps REST API requests?

You need an AZURE_DEVOPS_TOKEN to make authenticated Azure DevOps REST API requests. The skill uses curl or official clients to interact with repositories, pull requests, work items, builds, and releases.

Can I use curl to query Azure DevOps repositories and project data?

Yes, you can use curl to query Azure DevOps repositories and project data. The skill performs authenticated requests via the Azure DevOps REST API to list repos, monitor PRs, and access work items or builds.

What is the best way to create and merge pull requests across Azure DevOps organizations?

The best way to create and merge pull requests across Azure DevOps organizations is automating the REST API with the AZURE_DEVOPS_TOKEN. This skill handles PR monitoring, creation, approval, and merging automatically.

Does this approach support monitoring builds and releases in Azure DevOps?

Yes, this approach supports monitoring builds and releases in Azure DevOps. The skill performs authenticated REST API calls to query work items, builds, releases, and project data using the AZURE_DEVOPS_TOKEN.