microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/coding-standards/README.md
32lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # Coding Standards |
| 3 | |
| 4 | Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects |
| 5 | |
| 6 | ## Install |
| 7 | |
| 8 | ```bash |
| 9 | copilot plugin install coding-standards@hve-core |
| 10 | ``` |
| 11 | |
| 12 | ## Instructions |
| 13 | |
| 14 | | Instruction | Description | |
| 15 | |-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 16 | | bash | Instructions for bash script implementation - Brought to you by microsoft/hve-core | |
| 17 | | bicep | Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core | |
| 18 | | csharp | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core | |
| 19 | | csharp-tests | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core | |
| 20 | | pester | Instructions for Pester testing conventions - Brought to you by microsoft/hve-core | |
| 21 | | powershell | Instructions for PowerShell scripting implementation - Brought to you by microsoft/hve-core | |
| 22 | | rust | Required instructions for Rust research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core | |
| 23 | | rust-tests | Required instructions for Rust test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core | |
| 24 | | python-script | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core | |
| 25 | | terraform | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core | |
| 26 | | uv-projects | Create and manage Python virtual environments using uv commands | |
| 27 | | 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. | |
| 28 | |
| 29 | --- |
| 30 | |
| 31 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 32 | |
| 33 | |