AI SummaryThis skill enables developers to manage Azure DevOps resources (repos, pipelines, boards, work items) directly from the command line using the az CLI. It's essential for teams using Azure DevOps who want to automate workflows and integrate DevOps operations into CI/CD scripts.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "df:az-cli" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/az-cli && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/az-cli/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/az-cli/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/az-cli/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/az-cli/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
This skill should be used when working with Azure DevOps from the command line. Trigger when user mentions az devops, az repos, az pipelines, az boards, or asks about managing PRs, work items, pipelines, or repositories in Azure DevOps. Also trigger for questions about Azure DevOps CLI setup, authentication, or querying work items.
Overview
Manage Azure DevOps resources using the az CLI with the azure-devops extension. Covers repositories, pull requests, pipelines, boards, and work items.
Install azure-devops extension (requires az cli 2.30+)
az extension add --name azure-devops
Set defaults (recommended)
az devops configure --defaults organization=https://dev.azure.com/YOUR_ORG project=YOUR_PROJECT `
List PRs I created
az repos pr list --creator "$(az account show --query user.name -o tsv)"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster