npx skills add ...
npx skills add microsoft/azure-devops-skills --skill boards-my-work
npx skills add microsoft/azure-devops-skills --skill boards-my-work
This skill retrieves and displays work items assigned to the user in Azure DevOps, organized by type and sorted by recently changed. It prompts for a project name or lists available projects if not provided, then fetches work item details and displays them in a formatted table with clickable links.
Before getting work items, you need to know which project to use.
core_list_projects tool.core_list_projects to get the list of projects the user can choose from.Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.
core_list_projects: Get the list of projects the user can choose from.wit_work_item (action: my): Get work items from Azure DevOps that are assigned to the userwit_work_item (action: get_batch): Get work item details in batch by their IDs. Use this tool to get detailed information about the work items retrieved by wit_work_item with action my.When using the tool wit_work_item with action get_batch, if the user does not provide a list of fields to retrieve, use the following default fields:
When displaying the results...
in a table format. Show the most recently changed work items first and group the work items by thier work item type (System.WorkItemType). For example, group the work items into the following categories based on their work item type:
Epics Features Stories Bugs Tasks Test Cases other work item types
core_list_projects tool to get the list of projects and prompt the user to select one.wit_work_item tool with action my to retrieve the work items assigned to the user for that project. Use assigned to me as the filter criteria to get the relevant work items.wit_work_item tool with action get_batch to get detailed information about those work items, including the default fields if the user did not specify any.