azure-devops
Installation
SKILL.md
Azure DevOps with orbit CLI
Manage Azure DevOps (VSTS) projects, work items, and saved queries from the command line. Supports both modern (dev.azure.com) and legacy (*.visualstudio.com) instances using PAT-based basic auth.
Prerequisites
orbitCLI installed — ifwhich orbitfails, install with:- macOS/Linux (Homebrew):
brew install jorgemuza/tap/orbit - macOS/Linux (script):
curl -sSfL https://raw.githubusercontent.com/jorgemuza/orbit/main/install.sh | sh
- macOS/Linux (Homebrew):
- A profile with an
azure-devopsservice configured in~/.config/orbit/config.yaml - A Personal Access Token (PAT) with appropriate scopes (Work Items Read/Write, Project Read)
- Auth method:
basicwith your email as username and the PAT as password