microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/github/README.md
76lines · 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 | ## Install |
| 7 | |
| 8 | ```bash |
| 9 | copilot 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 running specialized subagents 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 - Brought to you by microsoft/hve-core | |
| 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 | | rpi-validator | Validates a Changes Log against the Implementation Plan, Planning Log, and Research Documents for a specific plan phase - Brought to you by microsoft/hve-core | |
| 26 | | implementation-validator | Validates implementation quality against architectural requirements, design principles, and code standards with severity-graded findings - Brought to you by microsoft/hve-core | |
| 27 | | plan-validator | Validates implementation plans against research documents, updating the Planning Log Discrepancy Log section with severity-graded findings - Brought to you by microsoft/hve-core | |
| 28 | | researcher-subagent | Research subagent using search tools, read tools, fetch web page, github repo, and mcp tools | |
| 29 | | phase-implementor | Executes a single implementation phase from a plan with full codebase access and change tracking - Brought to you by microsoft/hve-core | |
| 30 | | prompt-evaluator | Evaluates prompt execution results against Prompt Quality Criteria with severity-graded findings and categorized remediation guidance | |
| 31 | | prompt-tester | Tests prompt files by following them literally in a sandbox environment when creating or improving prompts, instructions, agents, or skills without improving or interpreting beyond face value | |
| 32 | | prompt-updater | Modifies or creates prompts, instructions or rules, agents, skills following prompt engineering conventions and standards based on prompt evaluation and research | |
| 33 | |
| 34 | ## Commands |
| 35 | |
| 36 | | Command | Description | |
| 37 | |------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| |
| 38 | | github-add-issue | Create a GitHub issue using discovered repository templates and conversational field collection | |
| 39 | | github-discover-issues | Discover GitHub issues through user-centric queries, artifact-driven analysis, or search-based exploration and produce planning files for review | |
| 40 | | github-triage-issues | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection | |
| 41 | | github-execute-backlog | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file | |
| 42 | | github-sprint-plan | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog | |
| 43 | | rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core | |
| 44 | | task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core | |
| 45 | | task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core | |
| 46 | | task-implement | Locates and executes implementation plans using task-implementor - Brought to you by microsoft/hve-core | |
| 47 | | task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core | |
| 48 | | checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core | |
| 49 | | git-commit-message | Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch | |
| 50 | | git-commit | Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit | |
| 51 | | git-merge | Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling. | |
| 52 | | git-setup | Interactive, verification-first Git configuration assistant (non-destructive) | |
| 53 | | pull-request | Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai | |
| 54 | | prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core | |
| 55 | | prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core | |
| 56 | | prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core | |
| 57 | |
| 58 | ## Instructions |
| 59 | |
| 60 | | Instruction | Description | |
| 61 | |--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------| |
| 62 | | writing-style | Required writing style conventions for voice, tone, and language in all markdown content | |
| 63 | | markdown | Required instructions for creating or editing any Markdown (.md) files | |
| 64 | | commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core | |
| 65 | | prompt-builder | Authoring standards for prompt engineering artifacts including prompts, agents, instructions, and skills | |
| 66 | | git-merge | Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls. | |
| 67 | | github-backlog-discovery | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery | |
| 68 | | github-backlog-planning | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence | |
| 69 | | github-backlog-triage | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection | |
| 70 | | github-backlog-update | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations | |
| 71 | | community-interaction | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts | |
| 72 | |
| 73 | --- |
| 74 | |
| 75 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 76 | |
| 77 | |