microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f4deda7ae863ce1a26dff6b648f083dc9915a91c

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/coding-standards/README.md

44lines · modecode

1<!-- markdownlint-disable-file -->
2# Coding Standards
3
4Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, 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| functional-code-review | Pre-PR branch diff reviewer for functional correctness, error handling, edge cases, and testing gaps - Brought to you by microsoft/hve-core |
17
18## Commands
19
20| Command | Description |
21|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
22| functional-code-review | Pre-PR branch diff review for functional correctness, error handling, edge cases, and testing gaps - Brought to you by microsoft/hve-core |
23
24## Instructions
25
26| Instruction | Description |
27|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28| bash | Instructions for bash script implementation - Brought to you by microsoft/hve-core |
29| bicep | Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core |
30| csharp | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
31| csharp-tests | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
32| pester | Instructions for Pester testing conventions - Brought to you by microsoft/hve-core |
33| powershell | Instructions for PowerShell scripting implementation - Brought to you by microsoft/hve-core |
34| rust | Required instructions for Rust research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
35| rust-tests | Required instructions for Rust test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
36| python-script | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core |
37| terraform | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core |
38| uv-projects | Create and manage Python virtual environments using uv commands |
39| 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. |
40
41---
42
43> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
44
45