microsoft/boards-work-item-summary
Summarize a single Azure DevOps work item (and its links and comments) by ID.
npx skills add https://github.com/microsoft/azure-devops-skills --skill boards-work-item-summary
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.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.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.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.wit_work_item with action list_comments once to get the comments for the original work item.When displaying the results:
MM/DD/YYYY, Priority, and Tags.{ID}Group and order the rows in this sequence: Parent links first, then Child links, then Related links, then any other link types.
Take microsoft/boards-work-item-summary from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.