microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.9

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/github/README.md

68lines · 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| rpi-agent | Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core |
18| task-researcher | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core |
19| task-planner | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core |
20| task-implementor | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records |
21| task-reviewer | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core |
22| memory | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core |
23| pr-review | Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core |
24| prompt-builder | Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core |
25
26## Commands
27
28| Command | Description |
29|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
30| github-add-issue | Create a GitHub issue using discovered repository templates and conversational field collection |
31| github-discover-issues | Discover GitHub issues through user-centric queries, artifact-driven analysis, or search-based exploration and produce planning files for review |
32| github-triage-issues | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection |
33| github-execute-backlog | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file |
34| github-sprint-plan | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog |
35| rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core |
36| task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core |
37| task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core |
38| task-implement | Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core |
39| task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core |
40| checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core |
41| git-commit-message | Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch |
42| git-commit | Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit |
43| git-merge | Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling. |
44| git-setup | Interactive, verification-first Git configuration assistant (non-destructive) |
45| pull-request | Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai |
46| prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core |
47| prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core |
48| prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core |
49
50## Instructions
51
52| Instruction | Description |
53|--------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
54| writing-style | Required writing style conventions for voice, tone, and language in all markdown content |
55| markdown | Required instructions for creating or editing any Markdown (.md) files |
56| commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core |
57| prompt-builder | Authoring standards for prompt engineering artifacts including file types, protocol patterns, writing style, and quality criteria - Brought to you by microsoft/hve-core |
58| git-merge | Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls. |
59| github-backlog-discovery | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery |
60| github-backlog-planning | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence |
61| github-backlog-triage | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection |
62| github-backlog-update | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations |
63| community-interaction | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts |
64
65---
66
67> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
68
69