microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/address-powershell-test-comments

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/package.json

331lines · modecode

1{
2 "name": "hve-core",
3 "displayName": "HVE Core",
4 "extensionKind": [
5 "workspace",
6 "ui"
7 ],
8 "version": "2.2.0",
9 "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
10 "publisher": "ise-hve-essentials",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/microsoft/hve-core.git"
14 },
15 "engines": {
16 "vscode": "^1.106.1"
17 },
18 "categories": [
19 "Chat"
20 ],
21 "contributes": {
22 "chatAgents": [
23 {
24 "name": "ado-prd-to-wit",
25 "path": "./.github/agents/ado-prd-to-wit.agent.md",
26 "description": "Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies"
27 },
28 {
29 "name": "adr-creation",
30 "path": "./.github/agents/adr-creation.agent.md",
31 "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"
32 },
33 {
34 "name": "arch-diagram-builder",
35 "path": "./.github/agents/arch-diagram-builder.agent.md",
36 "description": "Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core"
37 },
38 {
39 "name": "brd-builder",
40 "path": "./.github/agents/brd-builder.agent.md",
41 "description": "Business Requirements Document builder with guided Q&A and reference integration"
42 },
43 {
44 "name": "doc-ops",
45 "path": "./.github/agents/doc-ops.agent.md",
46 "description": "Autonomous documentation operations agent for pattern compliance, accuracy verification, and gap detection - Brought to you by microsoft/hve-core"
47 },
48 {
49 "name": "gen-data-spec",
50 "path": "./.github/agents/gen-data-spec.agent.md",
51 "description": "Generate comprehensive data dictionaries, machine-readable data profiles, and objective summaries for downstream analysis (EDA notebooks, dashboards) through guided discovery"
52 },
53 {
54 "name": "gen-jupyter-notebook",
55 "path": "./.github/agents/gen-jupyter-notebook.agent.md",
56 "description": "Create structured exploratory data analysis Jupyter notebooks from available data sources and generated data dictionaries"
57 },
58 {
59 "name": "gen-streamlit-dashboard",
60 "path": "./.github/agents/gen-streamlit-dashboard.agent.md",
61 "description": "Develop a multi-page Streamlit dashboard"
62 },
63 {
64 "name": "github-issue-manager",
65 "path": "./.github/agents/github-issue-manager.agent.md",
66 "description": "Interactive GitHub issue management with conversational workflows for filing, navigating, and searching issues"
67 },
68 {
69 "name": "hve-core-installer",
70 "path": "./.github/agents/hve-core-installer.agent.md",
71 "description": "Decision-driven installer for HVE-Core with 6 installation methods for local, devcontainer, and Codespaces environments - Brought to you by microsoft/hve-core"
72 },
73 {
74 "name": "memory",
75 "path": "./.github/agents/memory.agent.md",
76 "description": "Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core"
77 },
78 {
79 "name": "pr-review",
80 "path": "./.github/agents/pr-review.agent.md",
81 "description": "Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core"
82 },
83 {
84 "name": "prd-builder",
85 "path": "./.github/agents/prd-builder.agent.md",
86 "description": "Product Requirements Document builder with guided Q&A and reference integration"
87 },
88 {
89 "name": "prompt-builder",
90 "path": "./.github/agents/prompt-builder.agent.md",
91 "description": "Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core"
92 },
93 {
94 "name": "rpi-agent",
95 "path": "./.github/agents/rpi-agent.agent.md",
96 "description": "Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core"
97 },
98 {
99 "name": "security-plan-creator",
100 "path": "./.github/agents/security-plan-creator.agent.md",
101 "description": "Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core"
102 },
103 {
104 "name": "task-implementor",
105 "path": "./.github/agents/task-implementor.agent.md",
106 "description": "Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records"
107 },
108 {
109 "name": "task-planner",
110 "path": "./.github/agents/task-planner.agent.md",
111 "description": "Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core"
112 },
113 {
114 "name": "task-researcher",
115 "path": "./.github/agents/task-researcher.agent.md",
116 "description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core"
117 },
118 {
119 "name": "task-reviewer",
120 "path": "./.github/agents/task-reviewer.agent.md",
121 "description": "Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core"
122 },
123 {
124 "name": "test-streamlit-dashboard",
125 "path": "./.github/agents/test-streamlit-dashboard.agent.md",
126 "description": "Automated testing for Streamlit dashboards using Playwright with issue tracking and reporting"
127 }
128 ],
129 "chatPromptFiles": [
130 {
131 "name": "ado-create-pull-request",
132 "path": "./.github/prompts/ado-create-pull-request.prompt.md",
133 "description": "Generate pull request description, discover related work items, identify reviewers, and create Azure DevOps pull request with all linkages."
134 },
135 {
136 "name": "ado-get-build-info",
137 "path": "./.github/prompts/ado-get-build-info.prompt.md",
138 "description": "Retrieve Azure DevOps build information for a Pull Request or specific Build Number."
139 },
140 {
141 "name": "ado-get-my-work-items",
142 "path": "./.github/prompts/ado-get-my-work-items.prompt.md",
143 "description": "Retrieve user's current Azure DevOps work items and organize them into planning file definitions"
144 },
145 {
146 "name": "ado-process-my-work-items-for-task-planning",
147 "path": "./.github/prompts/ado-process-my-work-items-for-task-planning.prompt.md",
148 "description": "Process retrieved work items for task planning and generate task-planning-logs.md handoff file"
149 },
150 {
151 "name": "ado-update-wit-items",
152 "path": "./.github/prompts/ado-update-wit-items.prompt.md",
153 "description": "Prompt to update work items based on planning files"
154 },
155 {
156 "name": "checkpoint",
157 "path": "./.github/prompts/checkpoint.prompt.md",
158 "description": "Save or restore conversation context using memory files - Brought to you by microsoft/hve-core"
159 },
160 {
161 "name": "doc-ops-update",
162 "path": "./.github/prompts/doc-ops-update.prompt.md",
163 "description": "Invoke doc-ops agent for documentation quality assurance and updates"
164 },
165 {
166 "name": "git-commit-message",
167 "path": "./.github/prompts/git-commit-message.prompt.md",
168 "description": "Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch"
169 },
170 {
171 "name": "git-commit",
172 "path": "./.github/prompts/git-commit.prompt.md",
173 "description": "Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit"
174 },
175 {
176 "name": "git-merge",
177 "path": "./.github/prompts/git-merge.prompt.md",
178 "description": "Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling."
179 },
180 {
181 "name": "git-setup",
182 "path": "./.github/prompts/git-setup.prompt.md",
183 "description": "Interactive, verification-first Git configuration assistant (non-destructive)"
184 },
185 {
186 "name": "github-add-issue",
187 "path": "./.github/prompts/github-add-issue.prompt.md",
188 "description": "Add a GitHub issue to the backlog using discovered issue templates from .github/ISSUE_TEMPLATE/"
189 },
190 {
191 "name": "prompt-analyze",
192 "path": "./.github/prompts/prompt-analyze.prompt.md",
193 "description": "Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core"
194 },
195 {
196 "name": "prompt-build",
197 "path": "./.github/prompts/prompt-build.prompt.md",
198 "description": "Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core"
199 },
200 {
201 "name": "prompt-refactor",
202 "path": "./.github/prompts/prompt-refactor.prompt.md",
203 "description": "Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core"
204 },
205 {
206 "name": "pull-request",
207 "path": "./.github/prompts/pull-request.prompt.md",
208 "description": "Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai"
209 },
210 {
211 "name": "risk-register",
212 "path": "./.github/prompts/risk-register.prompt.md",
213 "description": "Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix."
214 },
215 {
216 "name": "rpi",
217 "path": "./.github/prompts/rpi.prompt.md",
218 "description": "Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core"
219 },
220 {
221 "name": "task-implement",
222 "path": "./.github/prompts/task-implement.prompt.md",
223 "description": "Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core"
224 },
225 {
226 "name": "task-plan",
227 "path": "./.github/prompts/task-plan.prompt.md",
228 "description": "Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core"
229 },
230 {
231 "name": "task-research",
232 "path": "./.github/prompts/task-research.prompt.md",
233 "description": "Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core"
234 },
235 {
236 "name": "task-review",
237 "path": "./.github/prompts/task-review.prompt.md",
238 "description": "Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core"
239 }
240 ],
241 "chatInstructions": [
242 {
243 "name": "ado-create-pull-request-instructions",
244 "path": "./.github/instructions/ado-create-pull-request.instructions.md",
245 "description": "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
246 },
247 {
248 "name": "ado-get-build-info-instructions",
249 "path": "./.github/instructions/ado-get-build-info.instructions.md",
250 "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."
251 },
252 {
253 "name": "ado-update-wit-items-instructions",
254 "path": "./.github/instructions/ado-update-wit-items.instructions.md",
255 "description": "Work item creation and update protocol using MCP ADO tools with handoff tracking"
256 },
257 {
258 "name": "ado-wit-discovery-instructions",
259 "path": "./.github/instructions/ado-wit-discovery.instructions.md",
260 "description": "Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output"
261 },
262 {
263 "name": "ado-wit-planning-instructions",
264 "path": "./.github/instructions/ado-wit-planning.instructions.md",
265 "description": "Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols"
266 },
267 {
268 "name": "bash-instructions",
269 "path": "./.github/instructions/bash/bash.instructions.md",
270 "description": "Instructions for bash script implementation - Brought to you by microsoft/edge-ai"
271 },
272 {
273 "name": "bicep-instructions",
274 "path": "./.github/instructions/bicep/bicep.instructions.md",
275 "description": "Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core"
276 },
277 {
278 "name": "commit-message-instructions",
279 "path": "./.github/instructions/commit-message.instructions.md",
280 "description": "Required instructions for creating all commit messages - Brought to you by microsoft/edge-ai"
281 },
282 {
283 "name": "csharp-tests-instructions",
284 "path": "./.github/instructions/csharp/csharp-tests.instructions.md",
285 "description": "Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
286 },
287 {
288 "name": "csharp-instructions",
289 "path": "./.github/instructions/csharp/csharp.instructions.md",
290 "description": "Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
291 },
292 {
293 "name": "git-merge-instructions",
294 "path": "./.github/instructions/git-merge.instructions.md",
295 "description": "Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls."
296 },
297 {
298 "name": "markdown-instructions",
299 "path": "./.github/instructions/markdown.instructions.md",
300 "description": "Required instructions for creating or editing any Markdown (.md) files"
301 },
302 {
303 "name": "prompt-builder-instructions",
304 "path": "./.github/instructions/prompt-builder.instructions.md",
305 "description": "Authoring standards for prompt engineering artifacts including file types, protocol patterns, writing style, and quality criteria - Brought to you by microsoft/hve-core"
306 },
307 {
308 "name": "python-script-instructions",
309 "path": "./.github/instructions/python-script.instructions.md",
310 "description": "Instructions for Python scripting implementation - Brought to you by microsoft/hve-core"
311 },
312 {
313 "name": "terraform-instructions",
314 "path": "./.github/instructions/terraform/terraform.instructions.md",
315 "description": "Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core"
316 },
317 {
318 "name": "uv-projects-instructions",
319 "path": "./.github/instructions/uv-projects.instructions.md",
320 "description": "Create and manage Python virtual environments using uv commands"
321 },
322 {
323 "name": "writing-style-instructions",
324 "path": "./.github/instructions/writing-style.instructions.md",
325 "description": "Required writing style conventions for voice, tone, and language in all markdown content"
326 }
327 ]
328 },
329 "author": "Microsoft",
330 "license": "MIT"
331}
332