microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1d56d25494d03b3ff5b9bf68c8ec3e7e38d351d5

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/ado/README.md

68lines · modecode

1<!-- markdownlint-disable-file -->
2# Azure DevOps Integration
3
4Azure DevOps work item management, build monitoring, and pull request creation
5
6## Overview
7
8Manage Azure DevOps work items, monitor builds, create pull requests, and convert requirements documents into structured work item hierarchies — all from within VS Code.
9
10This collection includes agents and prompts for:
11
12- **Work Item Management** — Discover, create, update, and plan work items across ADO projects
13- **Build Monitoring** — Query build status, review logs, and diagnose failures
14- **Pull Request Creation** — Generate PRs with linked work items and reviewer identification
15- **PRD-to-Work-Item Conversion** — Transform Product Requirements Documents into ADO feature/user-story/task hierarchies
16- **Backlog Management** — Orchestrated triage, discovery, sprint planning, and work item creation workflows through a central ADO Backlog Manager agent
17
18## Install
19
20```bash
21copilot plugin install ado@hve-core
22```
23
24## Agents
25
26| Agent | Description |
27|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28| ado-prd-to-wit | Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies |
29| ado-backlog-manager | Orchestrator agent for Azure DevOps backlog management workflows including triage, discovery, sprint planning, PRD-to-work-item conversion, and execution - Brought to you by microsoft/hve-core |
30
31## Commands
32
33| Command | Description |
34|---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
35| ado-create-pull-request | Generate pull request description, discover related work items, identify reviewers, and create Azure DevOps pull request with all linkages. |
36| ado-get-build-info | Retrieve Azure DevOps build information for a Pull Request or specific Build Number. |
37| ado-get-my-work-items | Retrieve user's current Azure DevOps work items and organize them into planning file definitions |
38| ado-process-my-work-items-for-task-planning | Process retrieved work items for task planning and generate task-planning-logs.md handoff file |
39| ado-update-wit-items | Prompt to update work items based on planning files |
40| ado-add-work-item | Create a single Azure DevOps work item with conversational field collection and parent validation |
41| ado-discover-work-items | Discover Azure DevOps work items through user-centric queries, artifact-driven analysis, or search-based exploration |
42| ado-sprint-plan | Plan an Azure DevOps sprint by analyzing iteration coverage, capacity, dependencies, and backlog gaps |
43| ado-triage-work-items | Triage untriaged Azure DevOps work items with field classification, iteration assignment, and duplicate detection |
44
45## Instructions
46
47| Instruction | Description |
48|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
49| ado-create-pull-request | Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking. |
50| ado-get-build-info | Required instructions for anything related to Azure Devops or ado build information including status, logs, or details from provided pullrequest (PR), build Id, or branch name. |
51| ado-update-wit-items | Work item creation and update protocol using MCP ADO tools with handoff tracking |
52| ado-wit-discovery | Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output |
53| ado-wit-planning | Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols |
54| ado-backlog-sprint | Sprint planning workflow for Azure DevOps iterations with coverage analysis, capacity tracking, and gap detection - Brought to you by microsoft/hve-core |
55| ado-backlog-triage | Triage workflow for Azure DevOps work items with field classification, iteration assignment, and duplicate detection - Brought to you by microsoft/hve-core |
56| ado-interaction-templates | Work item description and comment templates for consistent Azure DevOps content formatting - Brought to you by microsoft/hve-core |
57| hve-core-location | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. |
58
59## Skills
60
61| Skill | Description |
62|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
63| pr-reference | Generates PR reference XML containing commit history and unified diffs between branches. Includes utilities to list changed files and read diff chunks. Use when creating pull request descriptions, preparing code reviews, analyzing branch changes, discovering work items from diffs, or generating structured diff summaries. - Brought to you by microsoft/hve-core |
64
65---
66
67> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
68
69