microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/sub-pr-185

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/package.json

257lines · modecode

1{
2 "name": "hve-core",
3 "displayName": "HVE Core",
4 "version": "1.0.0",
5 "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
6 "publisher": "ise-hve-essentials",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/microsoft/hve-core.git"
10 },
11 "engines": {
12 "vscode": "^1.106.1"
13 },
14 "categories": [
15 "Chat"
16 ],
17 "contributes": {
18 "chatAgents": [
19 {
20 "name": "ado-prd-to-wit",
21 "path": "./.github/chatmodes/ado-prd-to-wit.chatmode.md",
22 "description": "Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies"
23 },
24 {
25 "name": "adr-creation",
26 "path": "./.github/chatmodes/adr-creation.chatmode.md",
27 "description": "Interactive AI coaching for collaborative architectural decision record creation with guided discovery, research integration, and progressive documentation building - Brought to you by microsoft/edge-ai"
28 },
29 {
30 "name": "arch-diagram-builder",
31 "path": "./.github/chatmodes/arch-diagram-builder.chatmode.md",
32 "description": "Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core"
33 },
34 {
35 "name": "brd-builder",
36 "path": "./.github/chatmodes/brd-builder.chatmode.md",
37 "description": "Business Requirements Document builder with guided Q&A and reference integration"
38 },
39 {
40 "name": "gen-data-spec",
41 "path": "./.github/chatmodes/gen-data-spec.chatmode.md",
42 "description": "Generate comprehensive data dictionaries, machine-readable data profiles, and objective summaries for downstream analysis (EDA notebooks, dashboards) through guided discovery"
43 },
44 {
45 "name": "gen-jupyter-notebook",
46 "path": "./.github/chatmodes/gen-jupyter-notebook.chatmode.md",
47 "description": "Create a structured exploratory data analysis Jupyter notebook leveraging available data sources & generated data dictionaries WITHOUT directly embedding raw data dumps."
48 },
49 {
50 "name": "gen-streamlit-dashboard",
51 "path": "./.github/chatmodes/gen-streamlit-dashboard.chatmode.md",
52 "description": "Develop a multi-page streamlit dashboard"
53 },
54 {
55 "name": "github-issue-manager",
56 "path": "./.github/chatmodes/github-issue-manager.chatmode.md",
57 "description": "Interactive GitHub issue management with conversational workflows for filing, navigating, and searching issues"
58 },
59 {
60 "name": "pr-review",
61 "path": "./.github/chatmodes/pr-review.chatmode.md",
62 "description": "Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core"
63 },
64 {
65 "name": "prd-builder",
66 "path": "./.github/chatmodes/prd-builder.chatmode.md",
67 "description": "Product Requirements Document builder with guided Q&A and reference integration"
68 },
69 {
70 "name": "prompt-builder",
71 "path": "./.github/chatmodes/prompt-builder.chatmode.md",
72 "description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/hve-core"
73 },
74 {
75 "name": "rpi-agent",
76 "path": "./.github/chatmodes/rpi-agent.chatmode.md",
77 "description": "Professional evidence-backed agent with structured subagent delegation for research, codebase discovery, and complex tasks - Brought to you by microsoft/hve-core"
78 },
79 {
80 "name": "security-plan-creator",
81 "path": "./.github/chatmodes/security-plan-creator.chatmode.md",
82 "description": "Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/edge-ai"
83 },
84 {
85 "name": "task-implementor",
86 "path": "./.github/chatmodes/task-implementor.chatmode.md",
87 "description": "Required instructions for implementing task plans located in .copilot-tracking/plans and .copilot-tracking/details folders, with progressive tracking and change records - Brought to you by microsoft/edge-ai"
88 },
89 {
90 "name": "task-planner",
91 "path": "./.github/chatmodes/task-planner.chatmode.md",
92 "description": "Task planner for creating actionable implementation plans - Brought to you by microsoft/hve-core"
93 },
94 {
95 "name": "task-researcher",
96 "path": "./.github/chatmodes/task-researcher.chatmode.md",
97 "description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core"
98 },
99 {
100 "name": "test-streamlit-dashboard",
101 "path": "./.github/chatmodes/test-streamlit-dashboard.chatmode.md",
102 "description": "Comprehensive testing of the Streamlit dashboard using Playwright automation and issue tracking"
103 }
104 ],
105 "chatPromptFiles": [
106 {
107 "name": "ado-create-pull-request",
108 "path": "./.github/prompts/ado-create-pull-request.prompt.md",
109 "description": "Generate pull request description, discover related work items, identify reviewers, and create Azure DevOps pull request with all linkages."
110 },
111 {
112 "name": "ado-get-build-info",
113 "path": "./.github/prompts/ado-get-build-info.prompt.md",
114 "description": "Retrieve Azure DevOps build information for a Pull Request or specific Build Number."
115 },
116 {
117 "name": "ado-get-my-work-items",
118 "path": "./.github/prompts/ado-get-my-work-items.prompt.md",
119 "description": "Retrieve user's current Azure DevOps work items and organize them into planning file definitions"
120 },
121 {
122 "name": "ado-process-my-work-items-for-task-planning",
123 "path": "./.github/prompts/ado-process-my-work-items-for-task-planning.prompt.md",
124 "description": "Process retrieved work items for task planning and generate task-planning-logs.md handoff file"
125 },
126 {
127 "name": "git-commit-message",
128 "path": "./.github/prompts/git-commit-message.prompt.md",
129 "description": "Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch"
130 },
131 {
132 "name": "git-commit",
133 "path": "./.github/prompts/git-commit.prompt.md",
134 "description": "Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit"
135 },
136 {
137 "name": "git-merge",
138 "path": "./.github/prompts/git-merge.prompt.md",
139 "description": "Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling."
140 },
141 {
142 "name": "git-setup",
143 "path": "./.github/prompts/git-setup.prompt.md",
144 "description": "Interactive, verification-first Git configuration assistant (non-destructive)"
145 },
146 {
147 "name": "github-add-issue",
148 "path": "./.github/prompts/github-add-issue.prompt.md",
149 "description": "Add a GitHub issue to the backlog using discovered issue templates from .github/ISSUE_TEMPLATE/"
150 },
151 {
152 "name": "pull-request",
153 "path": "./.github/prompts/pull-request.prompt.md",
154 "description": "Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai"
155 },
156 {
157 "name": "task-plan",
158 "path": "./.github/prompts/task-plan.prompt.md",
159 "description": "Initiates planning for task implementation based on validated research documents - Brought to you by microsoft/hve-core"
160 },
161 {
162 "name": "task-research",
163 "path": "./.github/prompts/task-research.prompt.md",
164 "description": "Initiates research for task implementation based on user requirements and conversation context - Brought to you by microsoft/hve-core"
165 }
166 ],
167 "chatInstructions": [
168 {
169 "name": "ado-create-pull-request-instructions",
170 "path": "./.github/instructions/ado-create-pull-request.instructions.md",
171 "description": "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
172 },
173 {
174 "name": "ado-get-build-info-instructions",
175 "path": "./.github/instructions/ado-get-build-info.instructions.md",
176 "description": "Required instructions for anything related to Azure Devops or ado build information including status, logs, or details from provided pullrequest (PR), build Id, or branch name."
177 },
178 {
179 "name": "ado-update-wit-items-instructions",
180 "path": "./.github/instructions/ado-update-wit-items.instructions.md",
181 "description": "Required instructions for work item updating and creation leveraging mcp ado tool calls."
182 },
183 {
184 "name": "ado-wit-discovery-instructions",
185 "path": "./.github/instructions/ado-wit-discovery.instructions.md",
186 "description": "Required protocol for discovering, planning, and handing off Azure DevOps User Stories and Bugs."
187 },
188 {
189 "name": "ado-wit-planning-instructions",
190 "path": "./.github/instructions/ado-wit-planning.instructions.md",
191 "description": "Required instructions for work item planning and creation or updating leveraging mcp ado tool calls."
192 },
193 {
194 "name": "bash-instructions",
195 "path": "./.github/instructions/bash/bash.instructions.md",
196 "description": "Instructions for bash script implementation - Brought to you by microsoft/edge-ai"
197 },
198 {
199 "name": "bicep-instructions",
200 "path": "./.github/instructions/bicep/bicep.instructions.md",
201 "description": "Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/edge-ai"
202 },
203 {
204 "name": "commit-message-instructions",
205 "path": "./.github/instructions/commit-message.instructions.md",
206 "description": "Required instructions for creating all commit messages - Brought to you by microsoft/edge-ai"
207 },
208 {
209 "name": "csharp-tests-instructions",
210 "path": "./.github/instructions/csharp/csharp-tests.instructions.md",
211 "description": "Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating"
212 },
213 {
214 "name": "csharp-instructions",
215 "path": "./.github/instructions/csharp/csharp.instructions.md",
216 "description": "Instructions for C# (CSharp) implementation - Brought to you by microsoft/edge-ai"
217 },
218 {
219 "name": "git-merge-instructions",
220 "path": "./.github/instructions/git-merge.instructions.md",
221 "description": "Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls."
222 },
223 {
224 "name": "markdown-instructions",
225 "path": "./.github/instructions/markdown.instructions.md",
226 "description": "Required instructions for creating or editing any Markdown (.md) files"
227 },
228 {
229 "name": "python-script-instructions",
230 "path": "./.github/instructions/python-script.instructions.md",
231 "description": "Instructions for python scripting implementation - Brought to you by microsoft/edge-ai"
232 },
233 {
234 "name": "shell-instructions",
235 "path": "./.github/instructions/shell.instructions.md",
236 "description": "Instructions for shell script implementation using Bash conventions - Brought to you by microsoft/edge-ai"
237 },
238 {
239 "name": "task-implementation-instructions",
240 "path": "./.github/instructions/task-implementation.instructions.md",
241 "description": "Required instructions for implementing task plans located in .copilot-tracking/plans and .copilot-tracking/details folders, with progressive tracking and change records - Brought to you by microsoft/edge-ai"
242 },
243 {
244 "name": "uv-projects-instructions",
245 "path": "./.github/instructions/uv-projects.instructions.md",
246 "description": "Instructions for Uv Projects"
247 },
248 {
249 "name": "writing-style-instructions",
250 "path": "./.github/instructions/writing-style.instructions.md",
251 "description": "Required writing style conventions for voice, tone, and language in all markdown content"
252 }
253 ]
254 },
255 "author": "Microsoft",
256 "license": "MIT"
257}
258