045-planning-azure-devops
对接 Azure Boards 时提供交互式检查与安全的工作项操作流程。
需要安装 az CLI 与 azure-devops 扩展并使用 Azure 账户凭据。
使用 az 与 Azure DevOps 扩展交互查找与安全变更工作项的流程与检查。
指导你用 Azure DevOps CLI(az + azure-devops 扩展)来查找和安全修改 work item,包括验证安装与认证、用 WIQL 筛选 ID、以及安全的创建/更新流程。适合在需要用命令行批量或脚本化管理 Azure Boards 时使用。关键点是先交互式检查工具是否可用,如缺失会先询问是否要显示安装指导,避免盲目执行命令。
▸ 展开 SKILL.md 英文原文
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
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/045-planning-azure-devops/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/045-planning-azure-devops/SKILL.md"# Azure DevOps CLI - work item IDs and workflows 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?** - **Interactive** install gate: ask before assuming `az` and `azure-devops` are available; offer instal