skills/smithery.ai/azure-boards

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
Installs
1
First Seen
Apr 21, 2026
azure-boards from smithery.ai