Fix deprecated 'mode' attribute in prompt files by renaming to 'agent' (#441)

* Initial plan

* Rename 'mode' to 'agent' in prompt files and CONTRIBUTING.md

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-01 10:56:45 +11:00
committed by GitHub
parent ddfccc733e
commit 2f9c96d4b5
107 changed files with 109 additions and 109 deletions

View File

@@ -46,7 +46,7 @@ Prompts are ready-to-use templates for specific development scenarios and tasks.
```markdown
---
mode: 'agent'
agent: 'agent'
tools: ['codebase', 'terminalCommand']
description: 'Brief description of what this prompt does'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.'
tools: ['edit/editFiles', 'fetch', 'todos']
---

View File

@@ -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."
mode: 'agent'
agent: 'agent'
---
# AI Prompt Engineering Safety Review & Improvement

View File

@@ -1,6 +1,6 @@
---
description: 'Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.'
mode: 'agent'
agent: 'agent'
---
# Comprehensive Project Architecture Blueprint Generator

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
description: 'Create ASP.NET Minimal API endpoints with proper OpenAPI documentation'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.'
---

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: agent
description: 'Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.'
mode: 'agent'
agent: 'agent'
---
# Code Exemplars Blueprint Generator

View File

@@ -1,6 +1,6 @@
---
description: 'Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.'
mode: 'agent'
agent: 'agent'
---
Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['search/codebase', 'edit/editFiles', 'terminalCommand']
description: 'Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['search/codebase', 'edit/editFiles', 'terminalCommand']
description: 'Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.'
mode: 'agent'
agent: 'agent'
---
# Copilot Instructions Blueprint Generator

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file'
model: 'Claude Sonnet 4'
---

View File

@@ -1,6 +1,6 @@
---
description: "Prompt for generating an AGENTS.md file for a repository"
mode: "agent"
agent: "agent"
---
# Create highquality AGENTS.md file

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.'
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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.'
tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.'
tools: ['search/codebase', 'search', 'github', 'create_issue', 'search_issues', 'update_issue']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.'
tools: ['search/codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create a README.md file for the project'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create a new specification file for the solution, optimized for Generative AI consumption.'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create Spring Boot Java Project Skeleton'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Create Spring Boot Kotlin Project Skeleton'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
description: 'Get best practices for C# async programming'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Generate a complete MCP server project in C# with tools, prompts, and proper configuration'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for MSTest unit testing, including data-driven tests'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for NUnit unit testing, including data-driven tests'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for TUnit unit testing, including data-driven tests'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for XUnit unit testing, including data-driven tests'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['edit/editFiles', 'search', 'fetch']
description: 'Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Ensure .NET/C# code meets best practices for the solution/project.'
---
# .NET/C# Best Practices

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Review the C#/.NET code for design pattern implementation and suggest improvements.'
---
# .NET/C# Design Pattern Review

View File

@@ -1,7 +1,7 @@
---
title: 'EditorConfig Expert'
description: 'Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.'
mode: 'agent'
agent: 'agent'
---
## 📜 MISSION

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'runCommands']
description: 'Get best practices for Entity Framework Core'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Finalize prompt file using the role of an AI agent to polish the prompt for the end user.'
tools: ['edit/editFiles']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.'
mode: 'agent'
agent: 'agent'
---
# Project Folder Structure Blueprint Generator

View File

@@ -1,6 +1,6 @@
---
description: 'This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.'
mode: 'agent'
agent: 'agent'
---
# Product Manager Assistant: Feature Identification and Specification

View File

@@ -1,6 +1,6 @@
---
description: 'Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades.'
mode: 'agent'
agent: 'agent'
---
# Migration and Code Evolution Instructions Generator

View File

@@ -1,7 +1,7 @@
---
description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.'
tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput']
mode: 'agent'
agent: 'agent'
---
### Instructions

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
model: Claude Sonnet 4
tools: ['edit', 'githubRepo', 'changes', 'problems', 'search', 'runCommands', 'fetch']
description: 'Set up complete GitHub Copilot configuration for a new project based on technology stack'
@@ -211,7 +211,7 @@ Apply the [general coding guidelines](./general-coding.instructions.md) to all c
**Prompts (.prompt.md):**
```yaml
---
mode: 'agent'
agent: 'agent'
model: Claude Sonnet 4
tools: ['githubRepo', 'codebase']
description: 'Generate a new React form component'

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: agent
description: 'Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems']
description: 'Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for JUnit 5 unit testing, including data-driven tests'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.'
mode: agent
agent: agent
---
# Java MCP Server Generator

View File

@@ -1,6 +1,6 @@
---
title: 'Refactoring Java Methods with Extract Method'
mode: 'agent'
agent: 'agent'
description: 'Refactoring using Extract Methods in Java Language'
---

View File

@@ -1,6 +1,6 @@
---
title: 'Refactoring Java Methods with Remove Parameter'
mode: 'agent'
agent: 'agent'
description: 'Refactoring using Remove Parameter in Java Language'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for developing applications with Spring Boot.'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.'
mode: 'agent'
agent: 'agent'
---
### Test Structure

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: agent
description: 'Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
description: 'Get best practices for developing applications with Spring Boot and Kotlin.'
---

View File

@@ -1,6 +1,6 @@
---
description: Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
mode: agent
agent: agent
---
# Power Platform MCP Connector Generator

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: agent
description: 'Generate a language translation for a mkdocs documentation stack.'
tools: ['search/codebase', 'usages', 'problems', 'changes', 'runCommands/terminalSelection', 'runCommands/terminalLastCommand', 'search/searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks']
model: Claude Sonnet 4

View File

@@ -1,6 +1,6 @@
---
description: "Analyze chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency"
mode: "agent"
agent: "agent"
tools:
- "search/codebase"
- "fetch"

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['search/codebase']
description: 'Create optimized multi-stage Dockerfiles for any language or framework'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['githubRepo', 'github', 'get_issue', 'get_issue_comments', 'get_me', 'list_issues']
description: 'List my issues in the current repository'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['githubRepo', 'github', 'get_me', 'get_pull_request', 'get_pull_request_comments', 'get_pull_request_diff', 'get_pull_request_files', 'get_pull_request_reviews', 'get_pull_request_status', 'list_pull_requests', 'request_copilot_review']
description: 'List my pull requests in the current repository'
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['changes','search/codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest']
description: 'Add new language to a Next.js + next-intl application'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK'
mode: agent
agent: agent
---
# PHP MCP Server Generator

View File

@@ -1,6 +1,6 @@
---
description: 'Automate filling in a form using Playwright MCP'
mode: agent
agent: agent
tools: ['playwright']
model: 'Claude Sonnet 4'
---

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: 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'

View File

@@ -1,5 +1,5 @@
---
mode: agent
agent: 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'

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
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).'
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
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.'
tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025'

View File

@@ -1,6 +1,6 @@
---
description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration'
mode: 'agent'
agent: 'agent'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'problems', 'search']
model: GPT-4.1
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.'
model: 'gpt-4.1'
tools: ['microsoft.docs.mcp']

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.'
model: 'gpt-4.1'
tools: ['microsoft.docs.mcp']

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.'
model: 'gpt-4.1'
tools: ['microsoft.docs.mcp']

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.'
model: 'gpt-4.1'
tools: ['microsoft.docs.mcp']

View File

@@ -1,6 +1,6 @@
---
description: Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation
mode: agent
agent: agent
---
# Power Platform MCP Connector Suite

View File

@@ -2,7 +2,7 @@
description: 'Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.'
mode: 'agent'
agent: 'agent'
---
# Project Workflow Documentation Generator

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
tools: ['search/codebase', 'edit/editFiles', 'search']
description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.'
---
@@ -101,7 +101,7 @@ After gathering all requirements, I will generate a complete `.prompt.md` file f
```markdown
---
description: "[Clear, concise description from requirements]"
mode: "[agent|ask|edit based on task type]"
agent: "[agent|ask|edit based on task type]"
tools: ["[appropriate tools based on functionality]"]
model: "[only if specific model required]"
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Generate a complete MCP server project in Python with tools, resources, and proper configuration'
---

View File

@@ -1,7 +1,7 @@
---
description: 'Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.'
mode: 'agent'
agent: 'agent'
---
# README Generator Prompt

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Generate a comprehensive repository summary and narrative story from commit history'
tools: ['changes', 'search/codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Review and refactor code in your project according to defined instructions'
---

View File

@@ -1,6 +1,6 @@
---
description: 'Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.'
mode: agent
agent: agent
---
# Ruby MCP Server Generator

View File

@@ -1,7 +1,7 @@
---
name: rust-mcp-server-generator
description: 'Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK'
mode: agent
agent: agent
---
# Rust MCP Server Generator

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.'
tools: ['edit/editFiles', 'runInTerminal', 'pylanceRunCodeSnippet']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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'

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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'

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: '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']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.'
mode: agent
agent: agent
---
# Swift MCP Server Generator

View File

@@ -1,6 +1,6 @@
---
description: 'Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.'
mode: 'agent'
agent: 'agent'
---
# Comprehensive Technology Stack Blueprint Generator

View File

@@ -1,5 +1,5 @@
---
mode: 'agent'
agent: 'agent'
description: 'Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration'
---

Some files were not shown because too many files have changed in this diff Show More