azure-devops
Installation
SKILL.md
Azure DevOps
Manage work items, pipelines, and repos via the Azure DevOps REST API.
Environment Variables
AZDO_ORG_URL- Organization URL (e.g.https://dev.azure.com/yourorg)AZDO_PAT- Personal access tokenAZDO_PROJECT- Default project name (optional)
Auth header
AZDO_AUTH=$(echo -n ":$AZDO_PAT" | base64)