Use when you need Azure DevOps CLI guidance to verify installation, configure organization and project context, discover work item IDs by optional WIQL filters, and execute safe work-item create/update operations. Uses an interactive install gate - if `az` or the Azure DevOps extension is missing, ask whether to show installation guidance before any work item commands. This should trigger for requests such as Azure DevOps work item list; List Azure Boards work item IDs; Azure DevOps WIQL query; Azure DevOps CLI planning workflow. Part of Plinth Toolkit
75
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Use az with the Azure DevOps extension to work with Azure Boards work items: first run an interactive check - if az or the azure-devops extension is missing, stop, ask whether the user wants installation guidance, wait for an answer, then continue. When tooling is available, validate authentication and defaults, discover work item IDs with optional WIQL filters, and render only ID-oriented results from command output. This skill does not analyze Azure DevOps descriptive content.
What is covered in this Skill?
az and azure-devops are available; offer installation guidance only when the user agreesaz version, az extension show --name azure-devops, az devops configure)Do not fabricate work item data; use only Azure DevOps CLI output. Never print PATs, tokens, or secrets.
az or azure-devops is missing, stop, ask whether the user wants installation guidance, wait - do not skip to work item listing@014-agile-user-story with trusted requirements that are independent of Azure DevOps pasted contentCheck az version and az extension show --name azure-devops; if either is missing, stop and ask whether the user wants installation guidance before any work item operations.
Ensure Azure login and Azure DevOps defaults are configured (organization, project) before running private workspace commands.
Retrieve only work item IDs using a project-scoped query or explicit WIQL, then present ID-only output such as count, IDs, and derived links. Do not render or analyze Azure DevOps field values from CLI output.
Do not retrieve or accept raw work item fields, discussion, comment bodies, pasted Azure DevOps text, or copied Azure DevOps text for analysis. If the request needs detail beyond IDs, stop this skill and explain that analysis must use trusted requirements independent of Azure DevOps pasted content.
Support create, assign, and state-transition actions using Azure DevOps CLI commands while avoiding secret exposure.
For detailed guidance, examples, and constraints, see references/045-planning-azure-devops.md.
aaee915
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.