Back to skills
SkillHub ClubRun DevOpsFull StackDevOps

azure-devops

Azure DevOps work items, repos, and pipelines

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.0
Composite score
3.0
Best-practice grade
B75.1

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-azure-devops

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/azure-devops

Azure DevOps work items, repos, and pipelines

Open repository

Best for

Primary workflow: Run DevOps.

Technical facets: Full Stack, DevOps.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install azure-devops into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding azure-devops to shared team environments
  • Use azure-devops for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: azure-devops
description: Azure DevOps work items, repos, and pipelines
allowed-tools: [Bash, Read, WebFetch]
---

# Azure DevOps Skill

## Overview
Azure DevOps integration. 90%+ context savings.

## Requirements
- AZURE_DEVOPS_ORG_URL
- AZURE_DEVOPS_PAT (Personal Access Token)

## Tools (Progressive Disclosure)

### Work Items
| Tool | Description | Confirmation |
|------|-------------|--------------|
| query-work-items | Query with WIQL | No |
| get-work-item | Get work item | No |
| create-work-item | Create work item | Yes |
| update-work-item | Update work item | Yes |

### Repos
| Tool | Description |
|------|-------------|
| list-repos | List repositories |
| get-commits | Get recent commits |
| get-prs | Get pull requests |

### Pipelines
| Tool | Description | Confirmation |
|------|-------------|--------------|
| list-pipelines | List pipelines | No |
| run-pipeline | Trigger pipeline | Yes |
| get-run | Get pipeline run status | No |

## Agent Integration
- **devops** (primary): CI/CD pipelines
- **pm** (secondary): Work item tracking
azure-devops | SkillHub