Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Azure Devops Cli

  • 12.3k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

azure-devops-cli is a skill providing command reference for managing Azure DevOps resources via CLI automation.

About

azure-devops-cli provides comprehensive Azure DevOps CLI command reference for managing repos, pipelines, builds, work items, RBAC, and service connections. It covers authentication, CLI structure, reference commands for six domains (repos, pipelines, boards, artifacts, variables, security), and automation patterns. Developers use it to automate CI/CD workflows and infrastructure setup.

  • Azure DevOps resource management via CLI (repos, pipelines, work items, artifacts)
  • Commands for projects, pull requests, builds, releases, RBAC, and service endpoints
  • Reference files for workflows, automation scripts, and error handling patterns

Azure Devops Cli by the numbers

  • 12,255 all-time installs (skills.sh)
  • +246 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #17 of 1,453 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

azure-devops-cli capabilities & compatibility

Capabilities
ci cd · automation · infrastructure
Works with
azure · azure devops
Use cases
ci cd
IDEs
vscode
From the docs

What azure-devops-cli says it does

Manage Azure DevOps resources using the Azure CLI with the Azure DevOps extension
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill azure-devops-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12.3k
repo stars37.1k
Security audit2 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

What it does

azure-devops-cli provides comprehensive Azure DevOps CLI command reference for managing repos, pipelines, builds, work items, RBAC, and service connections. It covers authentication, CLI structure, r

Who is it for?

DevOps engineers and developers automating Azure DevOps setup, CI/CD pipelines, and cross-project workflows

Skip if: On-premises or non-Azure DevOps environments

When should I use this skill?

Automating Azure DevOps workflows, setting up CI/CD pipelines, or managing projects programmatically

What you get

Automated Azure DevOps workflow (pipeline creation, RBAC config, repo management, artifact handling)

  • az command recipes
  • JMESPath query examples

Files

SKILL.mdMarkdownGitHub ↗

Azure DevOps CLI

Manage Azure DevOps resources using the Azure CLI with the Azure DevOps extension.

CLI Version: 2.81.0 (current as of 2025)

Prerequisites

# Install Azure CLI
brew install azure-cli  # macOS
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash  # Linux

# Install Azure DevOps extension
az extension add --name azure-devops

Authentication

# Login with PAT token
az devops login --organization https://dev.azure.com/{org} --token YOUR_PAT_TOKEN

# Set default organization and project (avoids repeating --org/--project)
# Note: Legacy URL https://{org}.visualstudio.com should be replaced with https://dev.azure.com/{org}
az devops configure --defaults organization=https://dev.azure.com/{org} project={project}

# List current configuration
az devops configure --list

CLI Structure

az devops          # Main DevOps commands
├── admin          # Administration (banner)
├── extension      # Extension management
├── project        # Team projects
├── security       # Security operations
│   ├── group      # Security groups
│   └── permission # Security permissions
├── service-endpoint # Service connections
├── team           # Teams
├── user           # Users
├── wiki           # Wikis
├── configure      # Set defaults
├── invoke         # Invoke REST API
├── login          # Authenticate
└── logout         # Clear credentials

az pipelines       # Azure Pipelines
├── agent          # Agents
├── build          # Builds
├── folder         # Pipeline folders
├── pool           # Agent pools
├── queue          # Agent queues
├── release        # Releases
├── runs           # Pipeline runs
├── variable       # Pipeline variables
└── variable-group # Variable groups

az boards          # Azure Boards
├── area           # Area paths
├── iteration      # Iterations
└── work-item      # Work items

az repos           # Azure Repos
├── import         # Git imports
├── policy         # Branch policies
├── pr             # Pull requests
└── ref            # Git references

az artifacts       # Azure Artifacts
└── universal      # Universal Packages

Reference Files

Read the relevant reference file based on the user's task. Each file contains complete command syntax and examples for its domain.

FileWhen to readCovers
references/repos-and-prs.mdRepos, branches, pull requests, branch policiesRepositories, Import, PRs (create/list/vote/reviewers/policies), Git refs, Branch policies
references/pipelines-and-builds.mdPipelines, builds, releases, artifactsPipelines CRUD, runs, builds, releases, artifacts download/upload
references/boards-and-iterations.mdWork items, sprints, area pathsWork items (WIQL/create/update/relations), Area paths, Iterations, Team iterations
references/variables-and-agents.mdPipeline variables, agent poolsPipeline variables, Variable groups, Pipeline folders, Agent pools/queues
references/org-and-security.mdProjects, teams, users, permissions, wikisProjects, Extensions, Teams, Users, Security groups/permissions, Service endpoints, Wikis, Admin
references/advanced-usage.mdOutput formatting, JMESPath queriesOutput formats, JMESPath queries (basic + advanced), Global args, Common params, Git aliases
references/workflows-and-patterns.mdAutomation scripts, best practices, error handlingCommon workflows, Best practices, Error handling, Scripting patterns, Real-world examples

Related skills

How it compares

Use azure-devops-cli for Microsoft-hosted Azure DevOps org automation; pick Git-focused skills when only GitHub Actions and gh CLI are in scope.

FAQ

What Azure DevOps areas does azure-devops-cli cover?

azure-devops-cli documents Azure CLI commands for pipelines, repositories, boards, and artifacts, including output formats and JMESPath queries for machine-readable automation.

Which output formats does the az DevOps CLI support?

azure-devops-cli notes that az DevOps commands accept table, json, jsonc, yaml, and yamlc output, with JMESPath queries to filter fields for scripts and coding agents.

Is Azure Devops Cli safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.