azdevops
Installation
SKILL.md
Azure DevOps
Interact with Azure DevOps Services using the azdevops CLI. All commands output JSON by default for reliable parsing.
Setup
Install azdevops CLI 0.2.0 or later:
npm install -g @billpeet/azdevops-cli@latest
Configure once (credentials saved to ~/.config/azdevops-cli/config.json):
azdevops setup --org myorg --token <personal-access-token> --project MyProject
Or use environment variables (these take priority over the config file):