boards-my-work Skill
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. Published by microsoft in azure-devops-skills.
What is boards-my-work Skill?
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. Published by microsoft in azure-devops-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use boards-my-work Skill
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/azure-devops-skills
- Skill file: .github/skills/boards-my-work/SKILL.md
What it does
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.
Skill instructions
Get my work items Before getting work items, you need to know which project to use. - If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call the corelistprojects tool. - If a project name is not provided, first return a prompt asking the user for the project name. - If the project name is still not provided after prompting the user, then call the MCP Server tool corelistprojects to get the list of projects the user can choose from. - Do not continue if the user has not provided a project name or selected one from the list. Tools Use Azure DevOps MCP Server tools for all interactions with Azure DevOps. - corelistprojects: Get the list of projects the user can choose from. - witmyworkitems: Get work items from Azure DevOps that are assigned to the user - witgetworkitemsbatchbyids: Get work item details in batch by their IDs. Use this tool to get detailed information about the work items retrieved by witmyworkitems. Fie
Explore related resources
Frequently asked questions
What is boards-my-work?
boards-my-work is a open-source AI agent skill with Copy skill directory. This skill retrieves and displays work items assigned to the user in Azure DevOps, organized by type and sorted by recently changed.
Who is boards-my-work best for?
boards-my-work is best for reusing agent instructions, scripts, and references, deployment workflows.
How do I install boards-my-work?
Install or run boards-my-work using Copy skill directory. Check boards-my-work for the latest setup command.
Is boards-my-work actively maintained?
boards-my-work may need a closer maintenance check before production use.
Auto-fetched from GitHub.