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. Repository: https://github.com/majiayu000/claude-skill-registry Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
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