microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8b197250063fc1629244f661f78baf9022cebbb0

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/github/README.md

42lines · modecode

1<!-- markdownlint-disable-file -->
2# GitHub Backlog Management
3
4GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts
5
6## Install
7
8```bash
9copilot plugin install github@hve-core
10```
11
12## Agents
13
14| Agent | Description |
15|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
16| github-backlog-manager | Orchestrator agent for GitHub backlog management workflows including triage, discovery, sprint planning, and execution - Brought to you by microsoft/hve-core |
17
18## Commands
19
20| Command | Description |
21|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
22| github-add-issue | Create a GitHub issue using discovered repository templates and conversational field collection |
23| github-discover-issues | Discover GitHub issues through user-centric queries, artifact-driven analysis, or search-based exploration and produce planning files for review |
24| github-triage-issues | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection |
25| github-execute-backlog | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file |
26| github-sprint-plan | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog |
27
28## Instructions
29
30| Instruction | Description |
31|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
32| github-backlog-discovery | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery |
33| github-backlog-planning | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence |
34| github-backlog-triage | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection |
35| github-backlog-update | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations |
36| community-interaction | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts |
37| 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. |
38
39---
40
41> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)