azure-devops-cli
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.
More from bar2133/skills
azure-devops-workitems
>
19aiohttp-retry
>
9git-worktree
>
8data-engineering-weekly-report
Generates the Data Engineering team weekly/sprint status report from Azure DevOps. Organized by Epic, with objectives, on/off track status, risks, completed and planned items per area, clickable ADO links, and unplanned items flagged. Use when the user asks for a Data Engineering sprint report, weekly report, current sprint status, activities report, or sprint summary.
2your-skill-name
A short description of what this skill does and when the agent should use it.
1