用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/azure-devops-skills --skill boards-work-item-summary命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Get active work items for a team showing dependencies, priorities, and sprint assignments. Displays items that are blocking others, high priority items first, and items due this sprint. Shows parent/child hierarchy with Title, State, Priority, ChangedDate, Iteration Name, and Iteration End Date.
List, create, and assign iterations for Azure DevOps projects and teams.
Get the team's Requirements-level backlog (Product Backlog Items and Bugs) filtered to Active items assigned to the current user. Shows parent/child hierarchy and sorts by priority. Use this skill when the user wants to see their backlog items, sprint assignments, or work they own on a team board.
基于 SOC 职业分类
正在显示 SKILL.md
| name | boards-work-item-summary |
| description | Summarize a single Azure DevOps work item (and its links and comments) by ID. |
This skill always works with one specific work item ID.
Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.
wit_work_item (action: get): Get a work item from Azure DevOps by its ID.wit_work_item (action: list_comments): Get the list of comments for a work item by its ID.wit_work_item (action: get_batch): Get work item details in batch by their IDs. Use this tool to get the details of linked work items, using the links returned from wit_work_item with action get.Call wit_work_item with action get and expand=all for the requested ID so that you retrieve fields, relations, and links in a single call.
If the work item has a parent (for example, System.Parent or a System.LinkTypes.Hierarchy-Reverse relation), include the parent ID in the set of linked IDs to summarize. You do not need a separate call; instead, rely on wit_work_item with action get_batch in the next step.
From the work item relations array, collect all linked work item IDs (parent, child, related, and any others). Call wit_work_item with action get_batch once with that list of IDs to get the details of all linked work items.
Call wit_work_item with action list_comments once to get the comments for the original work item.
When displaying the results:
Show the following fields for the main work item: Id, Title, State, Assigned To (just the display name, not the email), Work Item Type, Created Date formatted as MM/DD/YYYY, Priority, and Tags.
Provide a Links table. For each linked work item, display:
[{ID}](https://dev.azure.com/{organization}/{project}/_workitems/edit/{ID})Group and order the rows in this sequence: Parent links first, then Child links, then Related links, then any other link types.
If there are pull requests linked to the work item (for example, via artifact links or specific PR relations), list them in a separate Pull Requests table with at least the PR ID, title, status, and a clickable link to the PR.
Provide a short, plain-language summary of the work item’s description, system information, and repro steps (if those fields exist). Focus on the key intent, scope, and any critical technical or repro details.
For comments: