boards-work-item-summary

द्वारा microsoft

किसी एक Azure DevOps कार्य आइटम (और उसके लिंक तथा टिप्पणियों) का ID द्वारा सारांश प्रस्तुत करें।

npx skills add https://github.com/microsoft/azure-devops-skills --skill boards-work-item-summary

Get work item

This skill always works with one specific work item ID.

  • If the user provides an ID (for example: "for 115770" or "work item 115770"), use that ID directly.
  • If the user does not provide an ID, prompt the user once to provide the work item ID.
  • If the ID is still not provided after prompting, stop and return a clear message stating that a work item ID is required and do not call any tools.

Tools

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.

Steps

  1. 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.

  2. 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.

  3. 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.

  4. Call wit_work_item with action list_comments once to get the comments for the original work item.

Display results

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 as a clickable hyperlink in this exact format: [{ID}](https://dev.azure.com/{organization}/{project}/_workitems/edit/{ID})
    • Link type (for example: Parent, Child, Related, or the underlying relation name)
    • Work item type
    • Title
    • State

    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:

    • If there are one or more comments, state the total number of comments and give a brief overview of the main themes or decisions mentioned.
    • If there are no comments, explicitly state that there are no comments for this work item.

microsoft की और Skills

oss-growth
microsoft
OSS ग्रोथ हैकर व्यक्तित्व
official
winapp-ui-automation
microsoft
कमांड लाइन से UI ऑटोमेशन (UIA) का उपयोग करके चल रहे Windows ऐप UI का निरीक्षण और इंटरैक्ट करें। जब किसी AI एजेंट या डेवलपर को UI का निरीक्षण करने की आवश्यकता हो तो उपयोग करें…
official
accessibility-aria-expert
microsoft
React/Fluent UI वेबव्यू में पहुँच संबंधी समस्याओं का पता लगाता है और उन्हें ठीक करता है। स्क्रीन रीडर संगतता के लिए कोड की समीक्षा करते समय, ARIA लेबल ठीक करते समय, सुनिश्चित करते समय उपयोग करें…
official
generate-canvas-app
microsoft
[पुराना हो चुका है — इसके बजाय canvas-app का उपयोग करें] एक पूर्ण Power Apps कैनवास ऐप जनरेट करें।
official
django
microsoft
Django वेब डेवलपमेंट के लिए सर्वोत्तम अभ्यास जिसमें मॉडल, व्यू, टेम्पलेट और परीक्षण शामिल हैं।
official
github-issue-creator
microsoft
कच्चे नोट्स, एरर लॉग्स, वॉइस डिक्टेशन या स्क्रीनशॉट को साफ-सुथरे GitHub-फ्लेवर्ड मार्कडाउन इश्यू रिपोर्ट्स में बदलें। तब उपयोग करें जब उपयोगकर्ता बग जानकारी, एरर…
official
python-package-management
microsoft
निर्भरता प्रबंधन के लिए uv और कार्य स्वचालन के लिए poethepoet का उपयोग करता है।
official
runtime-validation
microsoft
माइग्रेटेड एप्लिकेशन के लिए रनटाइम सत्यापन — परीक्षण रणनीति (योजना चरण) और परीक्षण निष्पादन (सत्यापन चरण) को शामिल करता है: स्टार्टअप सत्यापन,…
official