microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.2.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.yml

50lines · modecode

1id: coding-standards
2name: Coding Standards
3description: Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects
4tags:
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
17items:
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
49display:
50 ordering: alpha
51