microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/subagent-model-selection

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.yml

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