347 Commits

Author SHA1 Message Date
Aung Myo Kyaw
4e36f6104a
chore: ignore macOS .DS_Store system files in .gitignore (#129)
Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-07-28 10:12:09 +10:00
José Antonio Garrido
b1fc557c07
feat: add NestJS development best practices instructions (#128)
- Add comprehensive NestJS instructions covering DI, modular architecture, and decorators
- Include project structure recommendations and naming conventions
- Cover API development patterns, database integration, and authentication
- Add testing strategies, performance optimization, and security best practices
- Update README.md with new NestJS instructions entry
2025-07-28 10:11:09 +10:00
Debbie O'Brien
edb5e16922
Add Playwright MCP prompts and chat modes for testing and automation (#99)
* Add Playwright MCP prompts and chat modes for testing and automation

* Update prompts/playwright-generate-test.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Enhance Playwright prompts and chatmode descriptions for clarity and consistency

* Add model specification to Playwright tester chatmode

* Update model specification in Playwright test generation prompt

* Add description to Playwright test generation prompt

* Refactor Playwright tools list in prompts and chat modes to remove redundant entries as just adding playwright seems to be supported now

* Fix typo in Playwright tester responsibilities section

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-28 09:57:29 +10:00
Dan
ce36c84810
Added Terraform instructions and updated README (#116)
* Added Terraform instructions and updated README

* Reverted changed to CONTRIBUTING.md

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-27 16:57:18 -07:00
Aaron Powell
e644ab71fa
Adding an action to invoke webhooks (#78)
* Adding an action to invoke webhooks

This will allow external tools to be notified when there are updates on the main branch so they can request the data from the repo

* Addressing some feedback

* Changing the log messages

* Cleaning up log message

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-28 09:53:17 +10:00
Daniel Scott-Raynsford
82d6efe37c
New Instructions: PowerShell Pester v5 Testing Guidelines (#122)
* CHANGE: Add PowerShell Pester v5 Testing Guidelines

- Introduced a new guide for PowerShell Pester testing best practices.
- Covers file naming, test structure, core keywords, setup/teardown, assertions, mocking, and best practices.
- Provides examples and configuration details for effective test execution.

* CHANGE: Remove unnecessary code block from guidelines

- Removed the empty PowerShell code block from the PowerShell Pester v5 testing guidelines.

* CHANGE: Correct file naming pattern in guidelines

- Updated the file naming pattern from '**/*.tests.ps1' to '**/*.Tests.ps1' for consistency with PowerShell Pester v5 conventions.

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 19:48:27 -07:00
Copilot
ef8e026997
Fix table formatting issues under Reusable Prompt heading (#126)
* Initial plan

* Fix table formatting issues in Reusable Prompts section

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
2025-07-24 19:42:41 -07:00
zooav
d4a0af0c7b
Add technology-agnostic blueprint generators for comprehensive project documentation (#113)
* add 7 technology-agnostic blueprint generators for project documentation that helps GitHub Copilot to generate instructions that respect project-specific conventions

- Add architecture-blueprint-generator for documenting system design patterns
- Add code-exemplars-blueprint-generator for identifying quality code standards
- Add copilot-instructions-blueprint-generator for creating AI guidance files
- Add folder-structure-blueprint-generator for documenting project organization
- Add project-workflow-blueprint-generator for end-to-end process documentation
- Add readme-blueprint-generator for comprehensive repository documentation
- Add technology-stack-blueprint-generator for tech stack analysis

* Update README.md

* Update architecture-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update folder-structure-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update project-workflow-analysis-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update readme-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* update readme and fixed copilot suggestions

---------

Co-authored-by: Ajay Singh <ajay.singh@compunnel.com>
2025-07-24 19:27:40 -07:00
Abdi Daud
2587ec19de
Add TDD chatmodes (#119)
* Add TDD chatmodes

* Update chatmodes/tdd-red.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/tdd-green.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 17:57:55 -07:00
Sebastien DEGODEZ
28f264a5c5
Add Object Calisthenics instruction file (#118)
* add Object Calisthenics instruction file

This instruction enforces the 9 original Object Calisthenics rules for business domain code (C#, TypeScript, Java). It provides clear guidelines and examples for maintainable, robust, and clean backend code. DTOs and infrastructure code are exempted. References to original sources included.

Signed-off-by: SebastienDegodez <sebastien.degodez@gmail.com>

* Update instructions/object-calisthenics.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update instructions/object-calisthenics.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Signed-off-by: SebastienDegodez <sebastien.degodez@gmail.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-24 17:54:27 -07:00
Shubham Gaikwad
bb64aa62c4
Add comprehensive SQL and PostgreSQL prompt ecosystem for code review and optimization (#115)
* ms-sql-dba.chatmode

* update-readme.js changes

* more refining

* add instructions file

* adress missed changes  and apply suggestions

* Add comprehensive SQL and PostgreSQL prompt collection

- Add sql-code-review.prompt.md: Universal SQL code review for security, maintainability, and quality standards
- Add sql-optimization.prompt.md: Universal SQL performance optimization for query tuning and indexing
- Add postgresql-code-review.prompt.md: PostgreSQL-specific code review focusing on PG best practices and anti-patterns
- Add postgresql-optimization.prompt.md: PostgreSQL-specific development assistant for unique PG features (JSONB, arrays, custom types)

This creates a complete 4-prompt ecosystem with zero overlap:
- Universal SQL (code quality + performance) for cross-database compatibility
- PostgreSQL-specific (code quality + performance) for PG-exclusive features

Each prompt serves distinct, isolated purposes while complementing each other for comprehensive SQL development support.

* enhance: Add comprehensive descriptions and model testing info

- Enhanced all 4 prompt descriptions with detailed capability coverage
- Added tested_with: 'GitHub Copilot Chat (GPT-4o)' to all prompts
- Specified database coverage (MySQL, PostgreSQL, SQL Server, Oracle)
- Detailed feature coverage for each prompt's unique capabilities
- Updated README.md with enhanced descriptions

Addresses PR review feedback for comprehensive descriptions and model testing specification.

* Enhance SQL and PostgreSQL prompts with comprehensive descriptions and testing validation

- Added detailed descriptions for all four prompts explaining their specific purposes
- Enhanced technical depth with comprehensive coverage areas
- Added testing validation with GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025
- Improved frontmatter documentation for better discoverability
- Ensured zero functional overlap between Universal SQL and PostgreSQL-specific prompts
- Completed 4-prompt ecosystem: Code Quality  Performance for both Universal SQL and PostgreSQL

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 17:32:20 -07:00
Daniel Scott-Raynsford
42ce6b717a
CHANGE: Add GitHub Actions Workflow Specification prompt (#114)
* CHANGE: Add GitHub Actions Workflow Specification prompt

- Introduced a new prompt for creating formal specifications for GitHub Actions CI/CD workflows.
- The prompt includes AI-optimized requirements and a comprehensive specification template.
- Aimed at enhancing workflow documentation and maintenance.

* CHANGE: Update GitHub Actions Workflow Specification

- Enhance the GitHub Actions workflow specification prompt with a detailed description for AI optimization and workflow maintenance.

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 17:26:09 -07:00
Peter Smulovics
b0f671d072
adding working skeleton of WPF instructions (#111)
* adding working skeleton of WPF instructions

* adding updated readme

* Fixing final newline

* based on code review

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 15:49:04 -07:00
Daniel Scott-Raynsford
647a2b43c3
UPDATE: Add status badge to implementation plan templates (#108)
* CHANGE: Add status section to implementation plan templates

- Introduced a status section in the implementation plan templates to define the current state of the plan.
- Status options include: Completed, In progress, Planned, Deprecated, and On Hold.
- Status will be displayed as a badge in the introduction section.

* CHANGE: Update status formatting in implementation plans

- Enclosed status options in quotes for consistency
- Updated formatting in implementation plan and prompt files

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 15:22:16 -07:00
Burke Holland
c16f4786f0
Add Next.js Best Practices for LLMs (2025) (#120)
Introduced a new document outlining best practices for building, structuring, and maintaining Next.js applications. This guide is intended for LLMs and developers to ensure code quality, maintainability, and scalability, covering project structure, component integration, naming conventions, API routes, and general best practices.
2025-07-24 09:37:25 -07:00
Felix Arjuna
f24139a25e
fix: small fix for the description (#117) 2025-07-22 10:52:39 -07:00
Muhammad Ubaid Raza
7c5d96e581
Add software-engineer-agent-v1.chatmode and spec-driven-workflow-v1.instructions (#107)
* feat:  Added software-engineer-agent-v1.chatmode

Expert-level software engineering agent. Deliver production-ready, maintainable code.

* feat:  added spec-driven-workflow-v1.instructions

Bridge the gap between requirements and implementation.

* docs: 🐛 update readme

* fix: 🐛 add missing description for instruction

* fix: 🐛 update readme

* fix: 🎨 add markdown lint compliance
2025-07-18 09:11:44 +10:00
Artem Saveliev
db0d47413a
Fix formatting of description in code review instructions (#104)
Fixed handling of quotes in update-readme.js code
2025-07-17 14:56:59 +10:00
Peter Strömberg
0e31a96729
Add Clojure Interactive Programming chat mode (#102) 2025-07-17 14:55:30 +10:00
Saul Dolgin
be30dcf2ff
🔥 Add Gilfoyle Chat Mode - Silicon Valley's Most Brutally Honest Code Reviewer (#98)
* feat: Add Gilfoyle-style code review mode and instructions for sardonic analysis

* updated readme for Gilfoyle
2025-07-16 10:27:08 +10:00
Mark Noble
1b06842be0
Fix typo in 4.1-Beast chatmode: add 'of' for grammar (#101) 2025-07-16 09:15:12 +10:00
Aaron Powell
f505de62c8 Fixing file name and location 2025-07-15 09:48:40 +10:00
Shubham Gaikwad
c983292741
ms-sql-dba.chatmode (#89)
* ms-sql-dba.chatmode

* update-readme.js changes

* more refining

* add instructions file

* adress missed changes  and apply suggestions

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-15 08:03:20 +10:00
Bruno Borges
4746131148
Quarkus MCP Server Instructions (#96)
* Create quarkus-mcp-server-sse.instructions.md

* Fixed readme and metadata for instruction
2025-07-15 08:02:23 +10:00
Luke Murray
5d42f2021a
feat: Add Microsoft Learn Contributor chatmode for documentation guidance (#95) 2025-07-14 08:27:24 +10:00
Louella Creemers
310a73f5cc
Add VueJs 3 instructions (#94)
* Add VueJs 3 instructions

* Fixing readme

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-14 08:26:42 +10:00
Yuki Omoto
11a08206a6
Add a new instruction for commenting (#93) 2025-07-14 08:23:10 +10:00
Paulo Morgado
f1c532cf57
Update csharp-docs.prompt.md (#91)
* Update csharp-docs.prompt.md

Use `<see langword>` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 08:21:58 +10:00
Guilherme do Amaral Alves
5a0bf60650
Improve tool usage and add new core directives to improve compliance (#90) 2025-07-14 08:21:17 +10:00
K1
58a9c277e7
Create Rust-GPT-4.1-Beast-Mode.md (#76)
* Create Rust-GPT-4.1-Beast-Mode.md 

# SYSTEM PROMPT — GPT-4.1 Rust Coding Beast Mode V3 (VS Code Tools Edition)

* Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/Rust-GPT-4.1-Beast-Mode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README.md

* Delete chatmodes/Rust-GPT-4.1-Beast-Mode.md

* Create Rust-GPT-4.1-Beast-Mode.md

* Update README.md

* Update README.md

* Update Rust-GPT-4.1-Beast-Mode.md

Adding 10 Anti-Patterns under the Workflow

* Fixing readme

* Fixing readme

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-14 08:20:15 +10:00
Michael A. Volz (Flynn)
05f6814338
Add C# TUnit testing prompt template (#88)
* feat: add C# TUnit testing prompt template

- Added csharp-tunit.prompt.md with structured prompt template
- Provides testing guidelines and best practices for C# development using TUnit framework
- Includes comprehensive testing patterns for .NET projects

* docs: add TUnit entry to README.md

- Added TUnit Best Practices entry after NUnit and before XUnit
- References prompts/csharp-tunit.prompt.md with proper description
- Includes VS Code and VS Code Insiders installation badges

* move: relocate TUnit prompt to prompts directory

- Move csharp-tunit.prompt.md from root to prompts/ directory
- Follow established project organization pattern
- All prompt files should be in the prompts directory
2025-07-14 08:13:03 +10:00
Vamshi Verma
c321e2a0a2
feat: Add AI Prompt Engineering Safety Best Practices (#87)
* feat: Add comprehensive AI Prompt Engineering & Safety Best Practices

- Add 868-line instruction file covering prompt engineering fundamentals, safety, bias mitigation, security, and responsible AI usage
- Add 527-line expert chat mode for prompt analysis and improvement with systematic evaluation frameworks
- Include detailed templates, checklists, examples, and educational resources
- Follow industry best practices from Microsoft, OpenAI, and Google AI principles
- Implement comprehensive safety assessment frameworks and bias detection tools
- Add advanced techniques: prompt chaining, templates, versioning, and testing frameworks
- Provide extensive references to official guidelines, research papers, and community resources
- Strictly comply with project guidelines (CONTRIBUTING.md, SECURITY.md, SUPPORT.md)

Total: 1,395 lines of professional-grade prompt engineering guidance

* feat: add comprehensive AI prompt engineering safety best practices instruction

- Add 868-line comprehensive instruction file covering prompt engineering fundamentals
- Include safety frameworks, bias mitigation, security best practices, and responsible AI usage
- Provide detailed templates, checklists, and testing methodologies
- Cover anti-patterns, prompt injection prevention, and ethical considerations
- Add educational content on prompt patterns, validation techniques, and documentation
- Include practical examples and real-world scenarios for developers
- Rename file to avoid conflict with existing prompt-engineer chat mode
- Update README with new instruction file

This instruction provides developers with industry-standard best practices for creating safe, effective, and responsible AI prompts for Copilot and other LLMs.

* fix: restore original prompt-engineer chat mode to match upstream

- Restore the original prompt-engineer.chatmode.md from upstream/main
- Remove overwritten comprehensive version to avoid duplication and conflict
- Ensure only the official, simple prompt engineer chat mode is present

All advanced prompt engineering best practices are now in the new instruction file only.

* chore: regenerate README after restoring original prompt engineer chat mode

- Re-run update-readme.js to ensure only the correct, original description for prompt-engineer.chatmode.md is present
- Remove any duplicate or outdated descriptions from previous comprehensive version
- README is now fully in sync with the restored chat mode and current repo state

* feat: add comprehensive AI prompt engineering safety review prompt

- Add 150+ line prompt file for AI prompt engineering safety review and improvement
- Include systematic analysis framework covering safety, bias, security, and effectiveness
- Provide structured output format with detailed assessment criteria
- Include safety guidelines, testing recommendations, and educational insights
- Complement the existing AI prompt engineering safety best practices instruction
- Follow repository guidelines and best practices for prompt creation

This prompt enables developers to systematically review and improve prompts for safety, bias mitigation, security, and responsible AI usage.

* feat: expand AI prompt engineering safety review prompt with comprehensive analysis

- Expand prompt from basic to comprehensive 200+ line analysis framework
- Add advanced pattern analysis covering zero-shot, few-shot, chain-of-thought, role-based patterns
- Include technical robustness assessment (input validation, error handling, scalability)
- Add performance optimization metrics (token efficiency, response quality, consistency)
- Enhance output format with detailed scoring and assessment criteria
- Include bias mitigation strategies, security enhancements, and technical improvements
- Provide extensive testing recommendations and educational insights
- Follow repository guidelines for comprehensive, actionable prompt content

This expanded prompt provides developers with a thorough, systematic approach to prompt safety review and improvement.
2025-07-14 08:11:20 +10:00
Oren Me
8c1a411806
feat: add meta agentic project scaffold chat mode (#85)
* feat: add meta agentic project scaffold chat mode

Use awesome-copilot repo to fetch the best tools for a project

* Update meta-agentic-project-scaffold.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update meta-agentic-project-scaffold.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* CR fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 08:08:31 +10:00
Yohan Lasorsa
8642ad46b3
Add Node.js and JavaScript code generation guidelines with Vitest testing instructions (#84) 2025-07-14 08:00:35 +10:00
Yohan Lasorsa
891f2325fc
Add review and refactor prompt for code maintenance guidelines (#83)
* Add review and refactor prompt for code maintenance guidelines

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 07:57:45 +10:00
Yohan Lasorsa
dda354e33f
Add prompt for creating a comprehensive README.md file (#82)
* Add prompt for creating a comprehensive README.md file

* Update readme

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 07:56:13 +10:00
André Silva
858c81233f
Fix markdown lint (#80)
* Fix the applyTo property in the instructions files

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>

* Update applyTo property to target specific GitHub Actions workflow files

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>

* Update security-and-owasp.instructions.md

* Fixing readme

---------

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-14 07:54:32 +10:00
Giovanni de Almeida Martins
a8941182b1
Add comprehensive guidelines for DDD and .NET best practices (#77)
* Add comprehensive guidelines for DDD and .NET best practices

* docs: update docs to include new instructions

* fix: resolve typo in description of DDD and .NET architecture guidelines

* docs: run update-readme.js
2025-07-14 07:49:19 +10:00
sdanzo-hrb
8a37c38789
API Architect (#75)
* Create api-architect.md

initial

* Update api-architect.md

* Update README.md

* Rename api-architect.md to api-architect.chatmode.md

* Update README.md

added API Architect to custom chat modes

* Update api-architect.chatmode.md

incremental

* Update api-architect.chatmode.md

formatting

* Update api-architect.chatmode.md

* Running update script

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-11 09:27:34 +10:00
Udaya Veeramreddygari
4b9e3f2a51
Added new reactJS instrcutions (#74)
* Added new reacjs instructions

* Update README.md

* rerunning updater

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-11 09:23:59 +10:00
Will 保哥
79cabf68d4
fix typo in prompts/create-spring-boot-kotlin-project.prompt.md file (#73) 2025-07-11 09:18:27 +10:00
voidfnc
ceead13222
Add voidBeast_GPT41Enhanced v1.0 - Elite Developer AI Assistant Chatmode (#72)
* Add voidBeast_GPT41Enhanced v1.0 - Elite Developer AI Assistant Chatmode

- Added autonomous agent with intelligent mode detection
- Includes PLAN/ACT/PROMPT GENERATOR modes
- Features mandatory research phase for prompt generation
- Implements strict QA validation rules
- Supports specialized modes: Deep Research, Analyzer, Checkpoint, and Prompt Generator

* Move voidBeast_GPT41Enhanced.md to chatmodes/ directory

- Moved from root directory to proper chatmodes/ location
- Follows repository structure guidelines

* Update README.md with voidBeast_GPT41Enhanced chatmode

* Update filename

* Update and rename voidBeast-GPT41Enhanced.chatmode.md to voidbeast-gpt41enhanced.chatmode.md

* Updated description

* README.md updated
2025-07-11 09:16:40 +10:00
Alan Sprecacenere
e3509d1264
Update Angular instructions to use signal inputs and queries (#70) 2025-07-10 09:37:37 +10:00
Gisela Torres
cdbf1c1923
New accessibility-focused chat mode 💙 (#69)
* Add accessibility guidelines and reminders to the project documentation

* Add accessibility mode chatmode to enhance GitHub Copilot customization options

* Update chatmodes/accesibility.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/accesibility.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix link to accessibility chatmode in README.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 09:35:19 +10:00
NULLchimp
a99a79441a
Fixed advanced security warnings (#66)
Refactors the frontmatter parsing logic in the README update script.

Removes redundant checks and simplifies the state management for
identifying frontmatter sections, improving code readability and
maintainability.
2025-07-10 09:34:05 +10:00
Burke Holland
1cfc8401b2
Refine 4.1 Beast Mode instructions and tools (#67)
* Refine 4.1 Beast Mode instructions and tools

Updated the 4.1 Beast Mode chat mode to enhance clarity and detail in the instructions. Removed the tools list and added more comprehensive guidelines for problem-solving, including steps for fetching URLs and conducting internet research. Improved communication guidelines to ensure concise user interactions.

* Update chatmodes/4.1-Beast.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/4.1-Beast.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update chatmodes/4.1-Beast.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Rename 4.1 Beast Mode to 4.1 Beast Mode v3

Updated the chat mode title from "4.1 Beast Mode" to "4.1 Beast Mode v3" in the README.md to reflect the latest version of the custom prompt for GitHub Copilot.

* Rename 4.1 Beast Mode in README.md

Updated the title of the 4.1 Beast Mode chat mode in the README to remove the version suffix, ensuring consistency in naming conventions across documentation.

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 10:46:37 -07:00
hueanmy
dac2a94284
Create electron-angular-native.chatmode.md (#36)
* Create electron-angular-native.chatmode.md

## Summary

This adds a new chatmode for reviewing Electron desktop apps with:

- Node.js (main)
- Angular (renderer)
- Native integration (e.g., AppleScript, shell, exiftool)

The mode enforces best practices in IPC security, async/await consistency, error handling, performance, and Angular subscription management.

## File

- `chatmodes/electron-angular-native.chatmode.md`

## Motivation

To help teams building hybrid Electron apps (Node + Angular + native automation) perform rigorous code audits using GitHub Copilot Chat.

* chore: update README with new chatmode

* fix: resolve conflict in README.md

* Update README.md

* Update chatmodes/electron-angular-native.chatmode.md

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-09 13:41:57 +10:00
Waren Gonzaga
9c5fcef425
Add WG chatmodes for clean code and security (#44)
* Add WG chatmodes for clean code and security

* Update readme with the script

* Replace the front matter description with single quotes

* Remove yarn lock file

* Remove chatmodes custom header metadata

* Update README file from latest changes
2025-07-09 13:38:53 +10:00
Ambily
a4546ff4d2
Add SQL development guidelines and best practices to instructions (#49)
* Add SQL development guidelines and best practices to instructions

* Update instructions/sql-sp-generation.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 12:15:00 +10:00
Peter Strömberg
b46a12821e
Add Joyride instructions (#65)
* Add Joyride instructions

* Single quoting front matter values
2025-07-09 12:13:07 +10:00