microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/github/README.md
79lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # GitHub Backlog Management |
| 3 | |
| 4 | GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts |
| 5 | |
| 6 | ## Overview |
| 7 | |
| 8 | Manage GitHub issue backlogs with agents for discovery, triage, sprint planning, and execution. This collection brings structured backlog management workflows directly into VS Code. |
| 9 | |
| 10 | <!-- BEGIN AUTO-GENERATED ARTIFACTS --> |
| 11 | |
| 12 | ### Chat Agents |
| 13 | |
| 14 | | Name | Description | |
| 15 | |----------------------------|------------------------------------------------------------------------------------------------------------------------| |
| 16 | | **github-backlog-manager** | Orchestrator agent for GitHub backlog management workflows including triage, discovery, sprint planning, and execution | |
| 17 | |
| 18 | ### Prompts |
| 19 | |
| 20 | | Name | 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-execute-backlog** | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file | |
| 25 | | **github-sprint-plan** | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog | |
| 26 | | **github-suggest** | Resume GitHub backlog management workflow after session restore | |
| 27 | | **github-triage-issues** | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection | |
| 28 | |
| 29 | ### Instructions |
| 30 | |
| 31 | | Name | Description | |
| 32 | |-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 33 | | **github/community-interaction** | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts | |
| 34 | | **github/github-backlog-discovery** | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery | |
| 35 | | **github/github-backlog-planning** | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence | |
| 36 | | **github/github-backlog-triage** | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection | |
| 37 | | **github/github-backlog-update** | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations | |
| 38 | | **shared/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. | |
| 39 | |
| 40 | <!-- END AUTO-GENERATED ARTIFACTS --> |
| 41 | |
| 42 | ## Install |
| 43 | |
| 44 | ```bash |
| 45 | copilot plugin install github@hve-core |
| 46 | ``` |
| 47 | |
| 48 | ## Agents |
| 49 | |
| 50 | | Agent | Description | |
| 51 | |------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 52 | | github-backlog-manager | Orchestrator agent for GitHub backlog management workflows including triage, discovery, sprint planning, and execution - Brought to you by microsoft/hve-core | |
| 53 | |
| 54 | ## Commands |
| 55 | |
| 56 | | Command | Description | |
| 57 | |------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| |
| 58 | | github-add-issue | Create a GitHub issue using discovered repository templates and conversational field collection | |
| 59 | | github-discover-issues | Discover GitHub issues through user-centric queries, artifact-driven analysis, or search-based exploration and produce planning files for review | |
| 60 | | github-triage-issues | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection | |
| 61 | | github-execute-backlog | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file | |
| 62 | | github-sprint-plan | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog | |
| 63 | | github-suggest | Resume GitHub backlog management workflow after session restore - Brought to you by microsoft/hve-core | |
| 64 | |
| 65 | ## Instructions |
| 66 | |
| 67 | | Instruction | Description | |
| 68 | |---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 69 | | github-backlog-discovery.instructions | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery | |
| 70 | | github-backlog-planning.instructions | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence | |
| 71 | | github-backlog-triage.instructions | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection | |
| 72 | | github-backlog-update.instructions | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations | |
| 73 | | community-interaction.instructions | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts | |
| 74 | | hve-core-location.instructions | 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. | |
| 75 | |
| 76 | --- |
| 77 | |
| 78 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |