microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.6

Branches

Tags

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

Clone

HTTPS

Download ZIP

collections/git.collection.yml

74lines · modecode

1id: git
2name: Git Workflow
3description: Git commit messages, merges, setup, and pull request prompts
4tags:
5 - git
6 - commits
7 - merge
8 - pull-request
9items:
10 # Agents
11 - path: .github/agents/pr-review.agent.md
12 kind: agent
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 # Prompt Engineering agents
27 - path: .github/agents/prompt-builder.agent.md
28 kind: agent
29 # Prompts
30 - path: .github/prompts/git-commit-message.prompt.md
31 kind: prompt
32 - path: .github/prompts/git-commit.prompt.md
33 kind: prompt
34 - path: .github/prompts/git-merge.prompt.md
35 kind: prompt
36 - path: .github/prompts/git-setup.prompt.md
37 kind: prompt
38 - path: .github/prompts/pull-request.prompt.md
39 kind: prompt
40 # RPI prompts
41 - path: .github/prompts/rpi.prompt.md
42 kind: prompt
43 - path: .github/prompts/task-research.prompt.md
44 kind: prompt
45 - path: .github/prompts/task-plan.prompt.md
46 kind: prompt
47 - path: .github/prompts/task-implement.prompt.md
48 kind: prompt
49 - path: .github/prompts/task-review.prompt.md
50 kind: prompt
51 - path: .github/prompts/checkpoint.prompt.md
52 kind: prompt
53 # Prompt Engineering prompts
54 - path: .github/prompts/prompt-analyze.prompt.md
55 kind: prompt
56 - path: .github/prompts/prompt-build.prompt.md
57 kind: prompt
58 - path: .github/prompts/prompt-refactor.prompt.md
59 kind: prompt
60 # Common instructions
61 - path: .github/instructions/writing-style.instructions.md
62 kind: instruction
63 - path: .github/instructions/markdown.instructions.md
64 kind: instruction
65 - path: .github/instructions/commit-message.instructions.md
66 kind: instruction
67 # Prompt Engineering instructions
68 - path: .github/instructions/prompt-builder.instructions.md
69 kind: instruction
70 # Bundle-specific instructions
71 - path: .github/instructions/git-merge.instructions.md
72 kind: instruction
73display:
74 ordering: manual
75