microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/coding-standards.collection.yml
50lines · modecode
| 1 | id: coding-standards |
| 2 | name: Coding Standards |
| 3 | description: Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects |
| 4 | tags: |
| 5 | - coding-standards |
| 6 | - code-review |
| 7 | - pull-request |
| 8 | - quality |
| 9 | - bash |
| 10 | - bicep |
| 11 | - csharp |
| 12 | - powershell |
| 13 | - python |
| 14 | - rust |
| 15 | - terraform |
| 16 | - uv |
| 17 | items: |
| 18 | # Agents |
| 19 | - path: .github/agents/code-review/functional-code-review.agent.md |
| 20 | kind: agent |
| 21 | # Prompts |
| 22 | - path: .github/prompts/code-review/functional-code-review.prompt.md |
| 23 | kind: prompt |
| 24 | # Instructions |
| 25 | - path: .github/instructions/coding-standards/bash/bash.instructions.md |
| 26 | kind: instruction |
| 27 | - path: .github/instructions/coding-standards/bicep/bicep.instructions.md |
| 28 | kind: instruction |
| 29 | - path: .github/instructions/coding-standards/csharp/csharp.instructions.md |
| 30 | kind: instruction |
| 31 | - path: .github/instructions/coding-standards/csharp/csharp-tests.instructions.md |
| 32 | kind: instruction |
| 33 | - path: .github/instructions/coding-standards/powershell/pester.instructions.md |
| 34 | kind: instruction |
| 35 | - path: .github/instructions/coding-standards/powershell/powershell.instructions.md |
| 36 | kind: instruction |
| 37 | - path: .github/instructions/coding-standards/rust/rust.instructions.md |
| 38 | kind: instruction |
| 39 | - path: .github/instructions/coding-standards/rust/rust-tests.instructions.md |
| 40 | kind: instruction |
| 41 | - path: .github/instructions/coding-standards/python-script.instructions.md |
| 42 | kind: instruction |
| 43 | - path: .github/instructions/coding-standards/terraform/terraform.instructions.md |
| 44 | kind: instruction |
| 45 | - path: .github/instructions/coding-standards/uv-projects.instructions.md |
| 46 | kind: instruction |
| 47 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 48 | kind: instruction |
| 49 | display: |
| 50 | ordering: alpha |
| 51 | |