feat: update deprecated tool names to namespaced versions (#365)
- Replace 'codebase' with 'search/codebase' - Replace 'searchResults' with 'search/searchResults' - Replace 'terminalLastCommand' with 'runCommands/terminalLastCommand' - Replace 'terminalSelection' with 'runCommands/terminalSelection' Updated files: - 13 chatmode files in chatmodes/ - 41 prompt files in prompts/ This update aligns with VS Code's latest tool naming conventions that organize tools into logical namespaces.
This commit is contained in:
parent
1170d7195a
commit
2b45ca4e8b
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Accessibility mode.'
|
description: 'Accessibility mode.'
|
||||||
model: GPT-4.1
|
model: GPT-4.1
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
title: 'Accessibility mode'
|
title: 'Accessibility mode'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.'
|
description: 'Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'azure_design_architecture', 'azure_get_code_gen_best_practices', 'azure_get_deployment_best_practices', 'azure_get_swa_best_practices', 'azure_query_learn']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'azure_design_architecture', 'azure_get_code_gen_best_practices', 'azure_get_deployment_best_practices', 'azure_get_swa_best_practices', 'azure_query_learn']
|
||||||
---
|
---
|
||||||
# Azure SaaS Architect mode instructions
|
# Azure SaaS Architect mode instructions
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.
|
description: Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.
|
||||||
model: 'claude-sonnet-4'
|
model: 'claude-sonnet-4'
|
||||||
tools:
|
tools:
|
||||||
- 'codebase'
|
- 'search/codebase'
|
||||||
- 'changes'
|
- 'changes'
|
||||||
- 'edit/editFiles'
|
- 'edit/editFiles'
|
||||||
- 'fetch'
|
- 'fetch'
|
||||||
@ -11,7 +11,7 @@ tools:
|
|||||||
- 'runCommands'
|
- 'runCommands'
|
||||||
- 'runTests'
|
- 'runTests'
|
||||||
- 'search'
|
- 'search'
|
||||||
- 'searchResults'
|
- 'search/searchResults'
|
||||||
- 'testFailure'
|
- 'testFailure'
|
||||||
- 'usages'
|
- 'usages'
|
||||||
- 'activePullRequest'
|
- 'activePullRequest'
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.'
|
description: 'Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'new', 'openSimpleBrowser', 'problems', 'search', 'searchResults', 'microsoft.docs.mcp']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'new', 'openSimpleBrowser', 'problems', 'search', 'search/searchResults', 'microsoft.docs.mcp']
|
||||||
---
|
---
|
||||||
|
|
||||||
# Microsoft Learn Contributor
|
# Microsoft Learn Contributor
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Work with Microsoft SQL Server databases using the MS SQL extension.'
|
description: 'Work with Microsoft SQL Server databases using the MS SQL extension.'
|
||||||
tools: ['codebase', 'edit/editFiles', 'githubRepo', 'extensions', 'runCommands', 'database', 'mssql_connect', 'mssql_query', 'mssql_listServers', 'mssql_listDatabases', 'mssql_disconnect', 'mssql_visualizeSchema']
|
tools: ['search/codebase', 'edit/editFiles', 'githubRepo', 'extensions', 'runCommands', 'database', 'mssql_connect', 'mssql_query', 'mssql_listServers', 'mssql_listDatabases', 'mssql_disconnect', 'mssql_visualizeSchema']
|
||||||
---
|
---
|
||||||
|
|
||||||
# MS-SQL Database Administrator
|
# MS-SQL Database Administrator
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.'
|
description: 'Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.'
|
||||||
model: 'gpt-4.1'
|
model: 'gpt-4.1'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
||||||
---
|
---
|
||||||
# Power BI Data Modeling Expert Mode
|
# Power BI Data Modeling Expert Mode
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.'
|
description: 'Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.'
|
||||||
model: 'gpt-4.1'
|
model: 'gpt-4.1'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
||||||
---
|
---
|
||||||
# Power BI DAX Expert Mode
|
# Power BI DAX Expert Mode
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.'
|
description: 'Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.'
|
||||||
model: 'gpt-4.1'
|
model: 'gpt-4.1'
|
||||||
tools: ['changes', 'codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
tools: ['changes', 'search/codebase', 'editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp']
|
||||||
---
|
---
|
||||||
# Power BI Visualization Expert Mode
|
# Power BI Visualization Expert Mode
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
|
description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github']
|
||||||
---
|
---
|
||||||
# Principal software engineer mode instructions
|
# Principal software engineer mode instructions
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.'
|
description: 'Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'configurePythonEnvironment', 'getPythonEnvironmentInfo', 'getPythonExecutableCommand', 'installPythonPackage']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'configurePythonEnvironment', 'getPythonEnvironmentInfo', 'getPythonExecutableCommand', 'installPythonPackage']
|
||||||
---
|
---
|
||||||
# Semantic Kernel Python mode instructions
|
# Semantic Kernel Python mode instructions
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Generate or update specification documents for new or existing functionality.'
|
description: 'Generate or update specification documents for new or existing functionality.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github']
|
||||||
---
|
---
|
||||||
# Specification mode instructions
|
# Specification mode instructions
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai'
|
description: 'Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7']
|
||||||
---
|
---
|
||||||
|
|
||||||
# Task Planner Instructions
|
# Task Planner Instructions
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: 'Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design'
|
description: 'Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
|
|
||||||
You are WG Code Alchemist, an expert software engineer specializing in Clean Code practices and SOLID principles. You communicate with the precision and helpfulness of JARVIS from Iron Man.
|
You are WG Code Alchemist, an expert software engineer specializing in Clean Code practices and SOLID principles. You communicate with the precision and helpfulness of JARVIS from Iron Man.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Create ASP.NET Minimal API endpoints with proper OpenAPI documentation'
|
description: 'Create ASP.NET Minimal API endpoints with proper OpenAPI documentation'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['codebase', 'edit/editFiles', 'terminalCommand']
|
tools: ['search/codebase', 'edit/editFiles', 'terminalCommand']
|
||||||
description: 'Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.'
|
description: 'Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['codebase', 'edit/editFiles', 'terminalCommand']
|
tools: ['search/codebase', 'edit/editFiles', 'terminalCommand']
|
||||||
description: 'Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.'
|
description: 'Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.'
|
description: 'Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Create Architectural Decision Record
|
# Create Architectural Decision Record
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.'
|
description: 'Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runInTerminal2', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'Microsoft Docs']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runInTerminal2', 'runNotebooks', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'Microsoft Docs']
|
||||||
---
|
---
|
||||||
# Create GitHub Actions Workflow Specification
|
# Create GitHub Actions Workflow Specification
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.'
|
description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.'
|
||||||
tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
||||||
---
|
---
|
||||||
# Create GitHub Issue from Specification
|
# Create GitHub Issue from Specification
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.'
|
description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.'
|
||||||
tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
||||||
---
|
---
|
||||||
# Create GitHub Issue from Implementation Plan
|
# Create GitHub Issue from Implementation Plan
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.'
|
description: 'Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.'
|
||||||
tools: ['codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
|
||||||
---
|
---
|
||||||
# Create GitHub Issues for Unmet Specification Requirements
|
# Create GitHub Issues for Unmet Specification Requirements
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.'
|
description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.'
|
||||||
tools: ['codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff']
|
tools: ['search/codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff']
|
||||||
---
|
---
|
||||||
# Create GitHub Pull Request from Specification
|
# Create GitHub Pull Request from Specification
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.'
|
description: 'Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Create Implementation Plan
|
# Create Implementation Plan
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/'
|
description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Create LLMs.txt File from Repository Structure
|
# Create LLMs.txt File from Repository Structure
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.'
|
description: 'Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Generate Standard OO Component Documentation
|
# Generate Standard OO Component Documentation
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Create a new specification file for the solution, optimized for Generative AI consumption.'
|
description: 'Create a new specification file for the solution, optimized for Generative AI consumption.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Create Specification
|
# Create Specification
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Get best practices for C# async programming'
|
description: 'Get best practices for C# async programming'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.'
|
description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for MSTest unit testing, including data-driven tests'
|
description: 'Get best practices for MSTest unit testing, including data-driven tests'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for NUnit unit testing, including data-driven tests'
|
description: 'Get best practices for NUnit unit testing, including data-driven tests'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for TUnit unit testing, including data-driven tests'
|
description: 'Get best practices for TUnit unit testing, including data-driven tests'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for XUnit unit testing, including data-driven tests'
|
description: 'Get best practices for XUnit unit testing, including data-driven tests'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'runCommands']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'runCommands']
|
||||||
description: 'Get best practices for Entity Framework Core'
|
description: 'Get best practices for Entity Framework Core'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.'
|
description: 'Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for JUnit 5 unit testing, including data-driven tests'
|
description: 'Get best practices for JUnit 5 unit testing, including data-driven tests'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for developing applications with Spring Boot.'
|
description: 'Get best practices for developing applications with Spring Boot.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
description: 'Get best practices for developing applications with Spring Boot and Kotlin.'
|
description: 'Get best practices for developing applications with Spring Boot and Kotlin.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: agent
|
mode: agent
|
||||||
description: 'Generate a language translation for a mkdocs documentation stack.'
|
description: 'Generate a language translation for a mkdocs documentation stack.'
|
||||||
tools: ['codebase', 'usages', 'problems', 'changes', 'terminalSelection', 'terminalLastCommand', 'searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks']
|
tools: ['search/codebase', 'usages', 'problems', 'changes', 'runCommands/terminalSelection', 'runCommands/terminalLastCommand', 'search/searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks']
|
||||||
model: Claude Sonnet 4
|
model: Claude Sonnet 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['codebase']
|
tools: ['search/codebase']
|
||||||
description: 'Create optimized multi-stage Dockerfiles for any language or framework'
|
description: 'Create optimized multi-stage Dockerfiles for any language or framework'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes','codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest']
|
tools: ['changes','search/codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest']
|
||||||
description: 'Add new language to a Next.js + next-intl application'
|
description: 'Add new language to a Next.js + next-intl application'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: agent
|
mode: agent
|
||||||
description: 'Website exploration for testing using Playwright MCP'
|
description: 'Website exploration for testing using Playwright MCP'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'playwright']
|
||||||
model: 'Claude Sonnet 4'
|
model: 'Claude Sonnet 4'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).'
|
description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.'
|
description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
|
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
|
||||||
model: GPT-4.1
|
model: GPT-4.1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['codebase', 'edit/editFiles', 'search']
|
tools: ['search/codebase', 'edit/editFiles', 'search']
|
||||||
description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.'
|
description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Generate a comprehensive repository summary and narrative story from commit history'
|
description: 'Generate a comprehensive repository summary and narrative story from commit history'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection']
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.'
|
description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'problems']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
|
||||||
description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.'
|
description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.'
|
||||||
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update Azure Verified Modules (AVM) to latest versions in Bicep files.'
|
description: 'Update Azure Verified Modules (AVM) to latest versions in Bicep files.'
|
||||||
tools: ['codebase', 'think', 'changes', 'fetch', 'searchResults', 'todos', 'edit/editFiles', 'search', 'runCommands', 'bicepschema', 'azure_get_schema_for_Bicep']
|
tools: ['search/codebase', 'think', 'changes', 'fetch', 'search/searchResults', 'todos', 'edit/editFiles', 'search', 'runCommands', 'bicepschema', 'azure_get_schema_for_Bicep']
|
||||||
---
|
---
|
||||||
# Update Azure Verified Modules in Bicep Files
|
# Update Azure Verified Modules in Bicep Files
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.'
|
description: 'Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Update Implementation Plan
|
# Update Implementation Plan
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/'
|
description: 'Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Update LLMs.txt File
|
# Update LLMs.txt File
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update a markdown file section with an index/table of files from a specified folder.'
|
description: 'Update a markdown file section with an index/table of files from a specified folder.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Update Markdown File Index
|
# Update Markdown File Index
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update existing object-oriented component documentation following industry best practices and architectural documentation standards.'
|
description: 'Update existing object-oriented component documentation following industry best practices and architectural documentation standards.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Update Standard OO Component Documentation
|
# Update Standard OO Component Documentation
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
mode: 'agent'
|
mode: 'agent'
|
||||||
description: 'Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.'
|
description: 'Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.'
|
||||||
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
|
||||||
---
|
---
|
||||||
# Update Specification
|
# Update Specification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user