azure-devops-workitems
Installation
SKILL.md
Azure DevOps Work Items Explorer
Explore and manage Epics, Features, User Stories, and Tasks in an Azure DevOps project
using az boards CLI commands. Five modes: overview, get epic, get feature, create, and edit.
Announce at start: "I'm using the azure-devops-workitems skill to work with Azure DevOps work items."
Prerequisite: az CLI + azure-devops extension + active login. If missing, use the
azure-devops-cli skill to set up first.
Project Resolution (all modes)
Used at the start of every mode to determine the target project:
- If the user provides a project name, use it (pass
--project <name>) - Else read default:
az devops configure --list | grep project - If no default set, ask the user