npx skills add ...
npx skills add microsoft/azure-devops-skills --skill work-iterations
npx skills add microsoft/azure-devops-skills --skill work-iterations
List, create, and assign iterations for Azure DevOps projects and teams.
This skill always works in the context of a project. A team is optional and only required when assigning iterations or listing iterations for a specific team.
core_list_projects.core_list_projects to return a list of projects the user can choose from.core_list_project_teams for the selected project so the user can pick a team.Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.
core_list_projects: Get a list of projects in the organization.core_list_project_teams: Get a list of teams for a project.work_iteration_write (action: create): Create iterations in the project.work_iteration_write (action: assign): Assign iterations to a team.work (action: list_team_iterations): List iterations currently assigned to a team.work (action: list_iterations): List iterations for the project.work with action list_iterations for that project.work_iteration_write in this case.work with action list_team_iterations for the given project and team.work_iteration_write in this case.work_iteration_write with action create.work with action list_iterations to get the full list of current iterations and determine the existing date cadence (start and finish dates, and iteration length).work_iteration_write with action create."create iterations after the last available iteration, using the same cadence, through 2026"
work with action list_iterations to get the full list of current iterations and determine the existing date cadence.work_iteration_write with action create."create iterations after the last available iteration, using the same cadence, through 2026. Then assign all of those new iterations to team 'Contoso Team'"
work with action list_iterations to get the full list of current iterations and determine the existing date cadence.work_iteration_write with action create.work_iteration_write with action assign.work_iteration_write with action assign."assign iterations 'Iteration 1', 'Iteration 2', and 'Iteration 3' to team 'Contoso Team'"
work_iteration_write with action assign with the list of iterations and team name to assign those iterations to the team."assign all iterations in 2025 and 2026 to team 'Contoso Team'"
work with action list_iterations to get the full list of iterations.work_iteration_write with action assign.