Add missing mode field to all prompt files with 'agent' as default (#180)

* Initial plan

* Add mode: 'agent' to all 14 prompt files missing the field, fix BOM character

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

* Revert description field format changes while keeping mode field additions

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-08-14 12:09:33 +10:00 committed by GitHub
parent e5d141ac1e
commit 2f3264bfc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 15 additions and 1 deletions

View File

@ -1,5 +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'
---
# AI Prompt Engineering Safety Review & Improvement

View File

@ -1,5 +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'
---
# Comprehensive Project Architecture Blueprint Generator

View File

@ -1,5 +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'
---
# Code Exemplars Blueprint Generator

View File

@ -1,5 +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'
---
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,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'
---
# Copilot Instructions Blueprint Generator

View File

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

View File

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

View File

@ -1,5 +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'
---
# Project Folder Structure Blueprint Generator

View File

@ -1,5 +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'
---
# Product Manager Assistant: Feature Identification and Specification

View File

@ -1,5 +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'
---
# Migration and Code Evolution Instructions Generator

View File

@ -1,6 +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: ['run_in_terminal', 'get_terminal_output']
mode: 'agent'
---
### Instructions

View File

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

View File

@ -2,6 +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'
---
# Project Workflow Documentation Generator

View File

@ -1,6 +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'
---
# README Generator Prompt

View File

@ -1,5 +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'
---
# Comprehensive Technology Stack Blueprint Generator