microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
46c0c037910511a6b755c8884a397eedf182862f

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.yml

73lines · 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/coding-standards/code-review-full.agent.md
20 kind: agent
21 maturity: experimental
22 - path: .github/agents/coding-standards/code-review-functional.agent.md
23 kind: agent
24 - path: .github/agents/coding-standards/code-review-standards.agent.md
25 kind: agent
26 maturity: experimental
27 # Prompts
28 - path: .github/prompts/coding-standards/code-review-functional.prompt.md
29 kind: prompt
30 - path: .github/prompts/coding-standards/code-review-full.prompt.md
31 kind: prompt
32 maturity: experimental
33 # Instructions
34 - path: .github/instructions/coding-standards/code-review/diff-computation.instructions.md
35 kind: instruction
36 maturity: experimental
37 - path: .github/instructions/coding-standards/code-review/review-artifacts.instructions.md
38 kind: instruction
39 maturity: experimental
40 - path: .github/instructions/coding-standards/bash/bash.instructions.md
41 kind: instruction
42 - path: .github/instructions/coding-standards/bicep/bicep.instructions.md
43 kind: instruction
44 - path: .github/instructions/coding-standards/csharp/csharp.instructions.md
45 kind: instruction
46 - path: .github/instructions/coding-standards/csharp/csharp-tests.instructions.md
47 kind: instruction
48 - path: .github/instructions/coding-standards/powershell/pester.instructions.md
49 kind: instruction
50 - path: .github/instructions/coding-standards/powershell/powershell.instructions.md
51 kind: instruction
52 - path: .github/instructions/coding-standards/rust/rust.instructions.md
53 kind: instruction
54 - path: .github/instructions/coding-standards/rust/rust-tests.instructions.md
55 kind: instruction
56 - path: .github/instructions/coding-standards/python-script.instructions.md
57 kind: instruction
58 - path: .github/instructions/coding-standards/python-tests.instructions.md
59 kind: instruction
60 - path: .github/instructions/coding-standards/terraform/terraform.instructions.md
61 kind: instruction
62 - path: .github/instructions/coding-standards/uv-projects.instructions.md
63 kind: instruction
64 - path: .github/instructions/shared/hve-core-location.instructions.md
65 kind: instruction
66 # Skills
67 - path: .github/skills/coding-standards/python-foundational
68 kind: skill
69 maturity: experimental
70 - path: .github/skills/shared/pr-reference
71 kind: skill
72display:
73 ordering: alpha
74