microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ec35cec37c03eaf331ae18008b439ec8717de0fd

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.md

51lines · modecode

1# Coding Standards
2
3Enforce language-specific coding conventions and best practices across your projects, with pre-PR code review agents for catching functional defects early. This collection provides instructions for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform that are automatically applied based on file patterns, plus agents that review branch diffs before opening pull requests.
4
5## Included Artifacts
6
7<!-- BEGIN AUTO-GENERATED ARTIFACTS -->
8
9### Chat Agents
10
11| Name | Description |
12|----------------------------|---------------------------------------------------------------------------------------------------------------------------|
13| **code-review-full** | Orchestrator that runs functional and standards code reviews via subagents and produces a merged report |
14| **code-review-functional** | Pre-PR branch diff reviewer for functional correctness, error handling, edge cases, and testing gaps |
15| **code-review-standards** | Skills-based code reviewer for local changes and PRs - applies project-defined coding standards via dynamic skill loading |
16
17### Prompts
18
19| Name | Description |
20|----------------------------|----------------------------------------------------------------------------------------------------|
21| **code-review-full** | Run both functional and standards code reviews on the current branch in a single pass |
22| **code-review-functional** | Pre-PR branch diff review for functional correctness, error handling, edge cases, and testing gaps |
23
24### Instructions
25
26| Name | Description |
27|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28| **coding-standards/bash/bash** | Instructions for bash script implementation |
29| **coding-standards/bicep/bicep** | Instructions for Bicep infrastructure as code implementation |
30| **coding-standards/code-review/diff-computation** | Shared diff computation protocol for code review agents - branch detection, scope locking, large diff handling, and non-source artifact filtering |
31| **coding-standards/code-review/review-artifacts** | Shared review artifact persistence protocol for code review agents - folder structure, metadata schema, verdict normalization, and writing rules |
32| **coding-standards/csharp/csharp** | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating |
33| **coding-standards/csharp/csharp-tests** | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating |
34| **coding-standards/powershell/pester** | Instructions for Pester testing conventions |
35| **coding-standards/powershell/powershell** | Instructions for PowerShell scripting implementation |
36| **coding-standards/python-script** | Instructions for Python scripting implementation |
37| **coding-standards/python-tests** | Required instructions for Python test code research, planning, implementation, editing, or creating |
38| **coding-standards/rust/rust** | Required instructions for Rust research, planning, implementation, editing, or creating |
39| **coding-standards/rust/rust-tests** | Required instructions for Rust test code research, planning, implementation, editing, or creating |
40| **coding-standards/terraform/terraform** | Instructions for Terraform infrastructure as code implementation |
41| **coding-standards/uv-projects** | Create and manage Python virtual environments using uv commands |
42| **shared/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. |
43
44### Skills
45
46| Name | Description |
47|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
48| **pr-reference** | Generates PR reference XML containing commit history and unified diffs between branches with extension and path filtering. Includes utilities to list changed files by type and read diff chunks. Use when creating pull request descriptions, preparing code reviews, analyzing branch changes, discovering work items from diffs, or generating structured diff summaries. |
49| **python-foundational** | Foundational Python best practices, idioms, and code quality fundamentals |
50
51<!-- END AUTO-GENERATED ARTIFACTS -->
52