azure-boards
Installation
SKILL.md
Azure Boards Skill
Use the Azure CLI (az boards) to interact with Azure DevOps work items.
Prerequisites
Ensure Azure CLI is authenticated:
az login
az devops configure --defaults organization=https://dev.azure.com/{org} project={project}
Fetching Work Items
Single Work Item
az boards work-item show --id {id} --output yaml