azure-devops-cli

Installation
SKILL.md

Azure DevOps CLI Setup (macOS)

Install Azure CLI via Homebrew, add the Azure DevOps extension, log in, configure defaults, and verify the full setup with a sanity check. macOS only.

Announce at start: "I'm using the azure-devops-cli skill to set up Azure DevOps CLI tools."

Prerequisites — macOS Guard

Before anything else, confirm the OS is macOS:

if [ "$(uname -s)" != "Darwin" ]; then
  echo "ERROR: This skill is macOS-only. Detected OS: $(uname -s)" >&2
  exit 1
fi

If not macOS, stop and inform the user this skill only supports macOS with Homebrew.

Related skills
Installs
9
Repository
bar2133/skills
First Seen
Mar 16, 2026