Skip to content
Skill

df:az-cli

by majiayu000

AI Summary

This 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 6d ago
Active
Adoption100+ stars on GitHub
119 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars119
Forks20
Issues1
Updated6d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code