microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/add-pester-code-coverage

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/package.json

292lines · modecode

1{
2 "name": "hve-core",
3 "displayName": "HVE Core",
4 "version": "1.1.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/agents/ado-prd-to-wit.agent.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/agents/adr-creation.agent.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/agents/arch-diagram-builder.agent.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/agents/brd-builder.agent.md",
37 "description": "Business Requirements Document builder with guided Q&A and reference integration"
38 },
39 {
40 "name": "gen-data-spec",
41 "path": "./.github/agents/gen-data-spec.agent.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/agents/gen-jupyter-notebook.agent.md",
47 "description": "Create structured exploratory data analysis Jupyter notebooks from available data sources and generated data dictionaries"
48 },
49 {
50 "name": "gen-streamlit-dashboard",
51 "path": "./.github/agents/gen-streamlit-dashboard.agent.md",
52 "description": "Develop a multi-page Streamlit dashboard"
53 },
54 {
55 "name": "github-issue-manager",
56 "path": "./.github/agents/github-issue-manager.agent.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/agents/pr-review.agent.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/agents/prd-builder.agent.md",
67 "description": "Product Requirements Document builder with guided Q&A and reference integration"
68 },
69 {
70 "name": "prompt-builder",
71 "path": "./.github/agents/prompt-builder.agent.md",
72 "description": "Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core"
73 },
74 {
75 "name": "rpi-agent",
76 "path": "./.github/agents/rpi-agent.agent.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/agents/security-plan-creator.agent.md",
82 "description": "Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core"
83 },
84 {
85 "name": "task-implementor",
86 "path": "./.github/agents/task-implementor.agent.md",
87 "description": "Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records"
88 },
89 {
90 "name": "task-planner",
91 "path": "./.github/agents/task-planner.agent.md",
92 "description": "Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core"
93 },
94 {
95 "name": "task-researcher",
96 "path": "./.github/agents/task-researcher.agent.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/agents/test-streamlit-dashboard.agent.md",
102 "description": "Automated testing for Streamlit dashboards using Playwright with issue tracking and reporting"
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": "ado-update-wit-items",
128 "path": "./.github/prompts/ado-update-wit-items.prompt.md",
129 "description": "Prompt to update work items based on planning files"
130 },
131 {
132 "name": "git-commit-message",
133 "path": "./.github/prompts/git-commit-message.prompt.md",
134 "description": "Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch"
135 },
136 {
137 "name": "git-commit",
138 "path": "./.github/prompts/git-commit.prompt.md",
139 "description": "Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit"
140 },
141 {
142 "name": "git-merge",
143 "path": "./.github/prompts/git-merge.prompt.md",
144 "description": "Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling."
145 },
146 {
147 "name": "git-setup",
148 "path": "./.github/prompts/git-setup.prompt.md",
149 "description": "Interactive, verification-first Git configuration assistant (non-destructive)"
150 },
151 {
152 "name": "github-add-issue",
153 "path": "./.github/prompts/github-add-issue.prompt.md",
154 "description": "Add a GitHub issue to the backlog using discovered issue templates from .github/ISSUE_TEMPLATE/"
155 },
156 {
157 "name": "prompt-analyze",
158 "path": "./.github/prompts/prompt-analyze.prompt.md",
159 "description": "Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core"
160 },
161 {
162 "name": "prompt-build",
163 "path": "./.github/prompts/prompt-build.prompt.md",
164 "description": "Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core"
165 },
166 {
167 "name": "prompt-refactor",
168 "path": "./.github/prompts/prompt-refactor.prompt.md",
169 "description": "Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core"
170 },
171 {
172 "name": "pull-request",
173 "path": "./.github/prompts/pull-request.prompt.md",
174 "description": "Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai"
175 },
176 {
177 "name": "risk-register",
178 "path": "./.github/prompts/risk-register.prompt.md",
179 "description": "Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix."
180 },
181 {
182 "name": "task-implement",
183 "path": "./.github/prompts/task-implement.prompt.md",
184 "description": "Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core"
185 },
186 {
187 "name": "task-plan",
188 "path": "./.github/prompts/task-plan.prompt.md",
189 "description": "Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core"
190 },
191 {
192 "name": "task-research",
193 "path": "./.github/prompts/task-research.prompt.md",
194 "description": "Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core"
195 }
196 ],
197 "chatInstructions": [
198 {
199 "name": "ado-create-pull-request-instructions",
200 "path": "./.github/instructions/ado-create-pull-request.instructions.md",
201 "description": "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
202 },
203 {
204 "name": "ado-get-build-info-instructions",
205 "path": "./.github/instructions/ado-get-build-info.instructions.md",
206 "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."
207 },
208 {
209 "name": "ado-update-wit-items-instructions",
210 "path": "./.github/instructions/ado-update-wit-items.instructions.md",
211 "description": "Work item creation and update protocol using MCP ADO tools with handoff tracking"
212 },
213 {
214 "name": "ado-wit-discovery-instructions",
215 "path": "./.github/instructions/ado-wit-discovery.instructions.md",
216 "description": "Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output"
217 },
218 {
219 "name": "ado-wit-planning-instructions",
220 "path": "./.github/instructions/ado-wit-planning.instructions.md",
221 "description": "Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols"
222 },
223 {
224 "name": "bash-instructions",
225 "path": "./.github/instructions/bash/bash.instructions.md",
226 "description": "Instructions for bash script implementation - Brought to you by microsoft/edge-ai"
227 },
228 {
229 "name": "bicep-instructions",
230 "path": "./.github/instructions/bicep/bicep.instructions.md",
231 "description": "Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core"
232 },
233 {
234 "name": "commit-message-instructions",
235 "path": "./.github/instructions/commit-message.instructions.md",
236 "description": "Required instructions for creating all commit messages - Brought to you by microsoft/edge-ai"
237 },
238 {
239 "name": "csharp-tests-instructions",
240 "path": "./.github/instructions/csharp/csharp-tests.instructions.md",
241 "description": "Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
242 },
243 {
244 "name": "csharp-instructions",
245 "path": "./.github/instructions/csharp/csharp.instructions.md",
246 "description": "Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
247 },
248 {
249 "name": "git-merge-instructions",
250 "path": "./.github/instructions/git-merge.instructions.md",
251 "description": "Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls."
252 },
253 {
254 "name": "markdown-instructions",
255 "path": "./.github/instructions/markdown.instructions.md",
256 "description": "Required instructions for creating or editing any Markdown (.md) files"
257 },
258 {
259 "name": "prompt-builder-instructions",
260 "path": "./.github/instructions/prompt-builder.instructions.md",
261 "description": "Authoring standards for prompt engineering artifacts including file types, protocol patterns, writing style, and quality criteria - Brought to you by microsoft/hve-core"
262 },
263 {
264 "name": "python-script-instructions",
265 "path": "./.github/instructions/python-script.instructions.md",
266 "description": "Instructions for Python scripting implementation - Brought to you by microsoft/hve-core"
267 },
268 {
269 "name": "task-implementation-instructions",
270 "path": "./.github/instructions/task-implementation.instructions.md",
271 "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"
272 },
273 {
274 "name": "terraform-instructions",
275 "path": "./.github/instructions/terraform/terraform.instructions.md",
276 "description": "Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core"
277 },
278 {
279 "name": "uv-projects-instructions",
280 "path": "./.github/instructions/uv-projects.instructions.md",
281 "description": "Instructions for Uv Projects"
282 },
283 {
284 "name": "writing-style-instructions",
285 "path": "./.github/instructions/writing-style.instructions.md",
286 "description": "Required writing style conventions for voice, tone, and language in all markdown content"
287 }
288 ]
289 },
290 "author": "Microsoft",
291 "license": "MIT"
292}
293