用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/azure-devops-skills --skill work-iterations命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Get active work items for a team showing dependencies, priorities, and sprint assignments. Displays items that are blocking others, high priority items first, and items due this sprint. Shows parent/child hierarchy with Title, State, Priority, ChangedDate, Iteration Name, and Iteration End Date.
Get the team's Requirements-level backlog (Product Backlog Items and Bugs) filtered to Active items assigned to the current user. Shows parent/child hierarchy and sorts by priority. Use this skill when the user wants to see their backlog items, sprint assignments, or work they own on a team board.
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.
基于 SOC 职业分类
正在显示 SKILL.md
| name | work-iterations |
| description | 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.