boards-backlog-summary

Installation
SKILL.md

Get team backlog summary

This skill retrieves the team's Requirements-level backlog, filters to Active items assigned to the current user, enriches them with parent and child work item details, and displays them sorted by priority.

Project selection

  • If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call core_list_projects.
  • If the project name is not provided, ask the user once to provide it.
  • If the project name is still not provided after asking once, call core_list_projects to return a list of projects the user can choose from.
  • Do not continue if no project has been provided or selected.

Team selection

  • If the user provides a team name, use it directly and do not call core_list_project_teams.
  • If the team name is not provided, ask the user once to provide it.
  • If the team name is still not provided after asking once, call core_list_project_teams for the selected project so the user can pick a team.
  • Do not continue if no team has been provided or selected.

Tools

Installs
15
GitHub Stars
33
First Seen
Jul 16, 2026
boards-backlog-summary — microsoft/azure-devops-skills