microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/621-ai-artifacts

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/coding-standards.collection.yml

91lines · modecode

1id: coding-standards
2name: Coding Standards
3description: Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects
4tags:
5 - coding-standards
6 - bash
7 - bicep
8 - csharp
9 - python
10 - terraform
11 - uv
12items:
13 # RPI agents
14 - path: .github/agents/rpi-agent.agent.md
15 kind: agent
16 - path: .github/agents/task-researcher.agent.md
17 kind: agent
18 - path: .github/agents/task-planner.agent.md
19 kind: agent
20 - path: .github/agents/task-implementor.agent.md
21 kind: agent
22 - path: .github/agents/task-reviewer.agent.md
23 kind: agent
24 - path: .github/agents/memory.agent.md
25 kind: agent
26 - path: .github/agents/pr-review.agent.md
27 kind: agent
28 # Prompt Engineering agents
29 - path: .github/agents/prompt-builder.agent.md
30 kind: agent
31 # RPI prompts
32 - path: .github/prompts/rpi.prompt.md
33 kind: prompt
34 - path: .github/prompts/task-research.prompt.md
35 kind: prompt
36 - path: .github/prompts/task-plan.prompt.md
37 kind: prompt
38 - path: .github/prompts/task-implement.prompt.md
39 kind: prompt
40 - path: .github/prompts/task-review.prompt.md
41 kind: prompt
42 - path: .github/prompts/checkpoint.prompt.md
43 kind: prompt
44 # Git prompts
45 - path: .github/prompts/git-commit-message.prompt.md
46 kind: prompt
47 - path: .github/prompts/git-commit.prompt.md
48 kind: prompt
49 - path: .github/prompts/git-merge.prompt.md
50 kind: prompt
51 - path: .github/prompts/git-setup.prompt.md
52 kind: prompt
53 - path: .github/prompts/pull-request.prompt.md
54 kind: prompt
55 # Prompt Engineering prompts
56 - path: .github/prompts/prompt-analyze.prompt.md
57 kind: prompt
58 - path: .github/prompts/prompt-build.prompt.md
59 kind: prompt
60 - path: .github/prompts/prompt-refactor.prompt.md
61 kind: prompt
62 # Prompt Engineering instructions
63 - path: .github/instructions/prompt-builder.instructions.md
64 kind: instruction
65 # Git instructions
66 - path: .github/instructions/git-merge.instructions.md
67 kind: instruction
68 # Bundle-specific instructions
69 - path: .github/instructions/bash/bash.instructions.md
70 kind: instruction
71 - path: .github/instructions/bicep/bicep.instructions.md
72 kind: instruction
73 - path: .github/instructions/csharp/csharp.instructions.md
74 kind: instruction
75 - path: .github/instructions/csharp/csharp-tests.instructions.md
76 kind: instruction
77 - path: .github/instructions/python-script.instructions.md
78 kind: instruction
79 - path: .github/instructions/terraform/terraform.instructions.md
80 kind: instruction
81 - path: .github/instructions/uv-projects.instructions.md
82 kind: instruction
83 # Common instructions
84 - path: .github/instructions/writing-style.instructions.md
85 kind: instruction
86 - path: .github/instructions/markdown.instructions.md
87 kind: instruction
88 - path: .github/instructions/commit-message.instructions.md
89 kind: instruction
90display:
91 ordering: alpha
92