diff --git a/.github/prompts/ai-prompt-engineering-safety-review.prompt.md b/.github/prompts/ai-prompt-engineering-safety-review.prompt.md index d6ea2463..e9e3aa5a 100644 --- a/.github/prompts/ai-prompt-engineering-safety-review.prompt.md +++ b/.github/prompts/ai-prompt-engineering-safety-review.prompt.md @@ -1,6 +1,6 @@ --- description: "Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content." -agent: 'agent' +mode: 'agent' --- # AI Prompt Engineering Safety Review & Improvement diff --git a/.github/prompts/breakdown-feature-implementation.prompt.md b/.github/prompts/breakdown-feature-implementation.prompt.md index e2979a8d..8ea246e1 100644 --- a/.github/prompts/breakdown-feature-implementation.prompt.md +++ b/.github/prompts/breakdown-feature-implementation.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' description: 'Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.' --- diff --git a/.github/prompts/codecov-patch-coverage-fix.prompt.md b/.github/prompts/codecov-patch-coverage-fix.prompt.md index fab8614c..7e42bdb2 100644 --- a/.github/prompts/codecov-patch-coverage-fix.prompt.md +++ b/.github/prompts/codecov-patch-coverage-fix.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' description: 'Generate targeted tests to achieve 100% Codecov patch coverage when CI reports uncovered lines' tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages'] --- diff --git a/.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md b/.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md index 2c68b226..3bdb3843 100644 --- a/.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md +++ b/.github/prompts/create-github-issues-feature-from-implementation-plan.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.' tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue'] --- diff --git a/.github/prompts/create-implementation-plan.prompt.md b/.github/prompts/create-implementation-plan.prompt.md index e6ed3b11..8dbd4714 100644 --- a/.github/prompts/create-implementation-plan.prompt.md +++ b/.github/prompts/create-implementation-plan.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' description: 'Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.' tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] --- diff --git a/.github/prompts/create-technical-spike.prompt.md b/.github/prompts/create-technical-spike.prompt.md index aa7162ec..a19f722d 100644 --- a/.github/prompts/create-technical-spike.prompt.md +++ b/.github/prompts/create-technical-spike.prompt.md @@ -1,7 +1,7 @@ --- -agent: 'agent' +mode: 'agent' description: 'Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.' -tools: ['runCommands', 'runTasks', 'edit', 'search', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'Microsoft Docs', 'search'] +tools: ['runCommands', 'runTasks', 'edit', 'search', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'Microsoft Docs'] --- # Create Technical Spike Document diff --git a/.github/prompts/debug-web-console-errors.prompt.md b/.github/prompts/debug-web-console-errors.prompt.md index a19926b0..ccfb8e97 100644 --- a/.github/prompts/debug-web-console-errors.prompt.md +++ b/.github/prompts/debug-web-console-errors.prompt.md @@ -1,6 +1,6 @@ --- description: 'Investigates JavaScript errors, network failures, and warnings from browser DevTools console to identify root causes and implement fixes' -agent: 'agent' +mode: 'agent' tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search', 'search/searchResults', 'findTestFiles', 'usages', 'runTests'] --- diff --git a/.github/prompts/playwright-explore-website.prompt.md b/.github/prompts/playwright-explore-website.prompt.md index ad2917f4..586b5201 100644 --- a/.github/prompts/playwright-explore-website.prompt.md +++ b/.github/prompts/playwright-explore-website.prompt.md @@ -1,5 +1,5 @@ --- -agent: agent +mode: agent description: 'Website exploration for testing using Playwright MCP' 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' diff --git a/.github/prompts/playwright-generate-test.prompt.md b/.github/prompts/playwright-generate-test.prompt.md index 103195db..6b30b85f 100644 --- a/.github/prompts/playwright-generate-test.prompt.md +++ b/.github/prompts/playwright-generate-test.prompt.md @@ -1,5 +1,5 @@ --- -agent: agent +mode: agent description: 'Generate a Playwright test based on a scenario using Playwright MCP' tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'playwright/*'] model: 'Claude Sonnet 4.5' diff --git a/.github/prompts/prompt-builder.prompt.md b/.github/prompts/prompt-builder.prompt.md index fad557a4..b4507545 100644 --- a/.github/prompts/prompt-builder.prompt.md +++ b/.github/prompts/prompt-builder.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' tools: ['search/codebase', 'edit/editFiles', 'search'] description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.' --- diff --git a/.github/prompts/sql-code-review.prompt.md b/.github/prompts/sql-code-review.prompt.md index 67658dcb..a4021c74 100644 --- a/.github/prompts/sql-code-review.prompt.md +++ b/.github/prompts/sql-code-review.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' 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.' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' diff --git a/.github/prompts/sql-optimization.prompt.md b/.github/prompts/sql-optimization.prompt.md index 5d2abe60..ea6375c7 100644 --- a/.github/prompts/sql-optimization.prompt.md +++ b/.github/prompts/sql-optimization.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' 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.' tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' diff --git a/.github/prompts/structured-autonomy-generate.prompt.md b/.github/prompts/structured-autonomy-generate.prompt.md index e77616df..bbe825d0 100644 --- a/.github/prompts/structured-autonomy-generate.prompt.md +++ b/.github/prompts/structured-autonomy-generate.prompt.md @@ -2,7 +2,7 @@ name: sa-generate description: Structured Autonomy Implementation Generator Prompt model: GPT-5.1-Codex (Preview) (copilot) -agent: agent +mode: agent --- You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation. diff --git a/.github/prompts/structured-autonomy-implement.prompt.md b/.github/prompts/structured-autonomy-implement.prompt.md index 6c233ce6..e718cf28 100644 --- a/.github/prompts/structured-autonomy-implement.prompt.md +++ b/.github/prompts/structured-autonomy-implement.prompt.md @@ -2,7 +2,7 @@ name: sa-implement description: 'Structured Autonomy Implementation Prompt' model: GPT-5 mini (copilot) -agent: agent +mode: agent --- You are an implementation agent responsible for carrying out the implementation plan without deviating from it. diff --git a/.github/prompts/structured-autonomy-plan.prompt.md b/.github/prompts/structured-autonomy-plan.prompt.md index 41677858..612f5e99 100644 --- a/.github/prompts/structured-autonomy-plan.prompt.md +++ b/.github/prompts/structured-autonomy-plan.prompt.md @@ -2,7 +2,7 @@ name: sa-plan description: Structured Autonomy Planning Prompt model: Claude Sonnet 4.5 (copilot)] -agent: agent +mode: agent --- You are a Project Planning Agent that collaborates with users to design development plans. diff --git a/.github/prompts/suggest-awesome-github-copilot-agents.prompt.md b/.github/prompts/suggest-awesome-github-copilot-agents.prompt.md index dc4a14d5..28f0d9e5 100644 --- a/.github/prompts/suggest-awesome-github-copilot-agents.prompt.md +++ b/.github/prompts/suggest-awesome-github-copilot-agents.prompt.md @@ -1,5 +1,5 @@ --- -agent: "agent" +mode: "agent" description: "Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository." tools: ["edit", "search", "runCommands", "runTasks", "changes", "testFailure", "openSimpleBrowser", "fetch", "githubRepo", "todos"] --- diff --git a/.github/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md b/.github/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md index a3203896..032c295e 100644 --- a/.github/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md +++ b/.github/prompts/suggest-awesome-github-copilot-chatmodes.prompt.md @@ -1,7 +1,7 @@ --- -agent: 'agent' +mode: 'agent' description: 'Suggest relevant GitHub Copilot Custom Chat Modes files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom chat modes in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos'] --- # Suggest Awesome GitHub Copilot Custom Chat Modes diff --git a/.github/prompts/suggest-awesome-github-copilot-collections.prompt.md b/.github/prompts/suggest-awesome-github-copilot-collections.prompt.md index 40472aa7..51c6b960 100644 --- a/.github/prompts/suggest-awesome-github-copilot-collections.prompt.md +++ b/.github/prompts/suggest-awesome-github-copilot-collections.prompt.md @@ -1,7 +1,7 @@ --- -agent: 'agent' +mode: 'agent' description: 'Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos'] --- # Suggest Awesome GitHub Copilot Collections diff --git a/.github/prompts/suggest-awesome-github-copilot-instructions.prompt.md b/.github/prompts/suggest-awesome-github-copilot-instructions.prompt.md index be06e76e..da8e3015 100644 --- a/.github/prompts/suggest-awesome-github-copilot-instructions.prompt.md +++ b/.github/prompts/suggest-awesome-github-copilot-instructions.prompt.md @@ -1,7 +1,7 @@ --- -agent: 'agent' +mode: 'agent' description: 'Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos'] --- # Suggest Awesome GitHub Copilot Instructions diff --git a/.github/prompts/suggest-awesome-github-copilot-prompts.prompt.md b/.github/prompts/suggest-awesome-github-copilot-prompts.prompt.md index ab3a6b11..ffc871b1 100644 --- a/.github/prompts/suggest-awesome-github-copilot-prompts.prompt.md +++ b/.github/prompts/suggest-awesome-github-copilot-prompts.prompt.md @@ -1,7 +1,7 @@ --- -agent: 'agent' +mode: 'agent' description: 'Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos'] --- # Suggest Awesome GitHub Copilot Prompts diff --git a/.github/prompts/supply-chain-vulnerability-remediation.prompt.md b/.github/prompts/supply-chain-vulnerability-remediation.prompt.md index f036031e..c5c50728 100644 --- a/.github/prompts/supply-chain-vulnerability-remediation.prompt.md +++ b/.github/prompts/supply-chain-vulnerability-remediation.prompt.md @@ -1,5 +1,5 @@ --- -agent: 'agent' +mode: 'agent' description: 'Research, analyze, and fix vulnerabilities found in supply chain security scans with actionable remediation steps' tools: ['search/codebase', 'edit/editFiles', 'fetch', 'runCommands', 'runTasks', 'search', 'problems', 'usages', 'runCommands/terminalLastCommand'] --- diff --git a/.github/prompts/update-implementation-plan.prompt.md b/.github/prompts/update-implementation-plan.prompt.md index 3ff01b07..bc75a356 100644 --- a/.github/prompts/update-implementation-plan.prompt.md +++ b/.github/prompts/update-implementation-plan.prompt.md @@ -1,5 +1,5 @@ --- -agent: '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.' tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] ---