microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.4

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/coding-standards/README.md

57lines · modecode

1<!-- markdownlint-disable-file -->
2# Coding Standards
3
4Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects
5
6## Install
7
8```bash
9copilot plugin install coding-standards@hve-core
10```
11
12## Agents
13
14| Agent | Description |
15|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16| rpi-agent | Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core |
17| task-researcher | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core |
18| task-planner | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core |
19| task-implementor | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records |
20| task-reviewer | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core |
21| memory | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core |
22| 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 |
23
24## Commands
25
26| Command | Description |
27|-----------------|------------------------------------------------------------------------------------------------------------------------------|
28| rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core |
29| task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core |
30| task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core |
31| task-implement | Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core |
32| task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core |
33| checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core |
34| prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core |
35| prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core |
36| prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core |
37
38## Instructions
39
40| Instruction | Description |
41|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
42| 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 |
43| bash | Instructions for bash script implementation - Brought to you by microsoft/edge-ai |
44| bicep | Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core |
45| csharp | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
46| csharp-tests | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
47| python-script | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core |
48| terraform | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core |
49| uv-projects | Create and manage Python virtual environments using uv commands |
50| writing-style | Required writing style conventions for voice, tone, and language in all markdown content |
51| markdown | Required instructions for creating or editing any Markdown (.md) files |
52| commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core |
53
54---
55
56> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
57
58