microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2015-accessibility-planner-playbook

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/github/README.md

59lines · modecode

1<!-- markdownlint-disable-file -->
2# GitHub Backlog Management
3
4GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts
5
6## Overview
7
8Manage 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## Included Artifacts
11
12<!-- BEGIN AUTO-GENERATED ARTIFACTS -->
13
14### Chat Agents
15
16| Name | Description |
17|----------------------------|-----------------------------------------------------------------------------------|
18| **github-backlog-manager** | GitHub backlog orchestrator for triage, discovery, sprint planning, and execution |
19
20### Prompts
21
22| Name | Description |
23|----------------------------|---------------------------------------------------------------------------------------------------------------------|
24| **github-add-issue** | Create a GitHub issue using discovered repository templates and conversational field collection |
25| **github-discover-issues** | Discover GitHub issues via user queries, artifact analysis, or search and produce planning files |
26| **github-execute-backlog** | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file |
27| **github-sprint-plan** | Plan a GitHub milestone sprint by analyzing issue coverage, gaps, and prioritized backlog |
28| **github-suggest** | Resume GitHub backlog management workflow after session restore |
29| **github-triage-issues** | Triage untriaged GitHub issues with label suggestions, milestone assignment, and duplicate detection |
30
31### Instructions
32
33| Name | Description |
34|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35| **github/community-interaction** | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts |
36| **github/github-backlog-discovery** | GitHub issue backlog discovery: artifact-driven, user-centric, search-based |
37| **github/github-backlog-planning** | GitHub backlog management: planning files, search protocols, similarity assessment, and state persistence |
38| **github/github-backlog-triage** | GitHub issue backlog triage: label suggestion, milestone assignment, and duplicate detection |
39| **github/github-backlog-update** | GitHub issue backlog execution: consumes planning handoffs and runs issue operations |
40| **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. |
41
42### Skills
43
44| Name | Description |
45|----------------------|----------------------------------------------------------------------------------------|
46| **gh-code-scanning** | Retrieves and groups GitHub code scanning alerts by rule and severity using the gh CLI |
47
48<!-- END AUTO-GENERATED ARTIFACTS -->
49
50## Install
51
52```bash
53copilot plugin install github@hve-core
54```
55
56---
57
58> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
59
60