fix: Correct filename casing for Prompt Engineering Chat Mode in README

This commit is contained in:
NULLchimp 2025-07-03 13:41:52 +02:00
parent 24fff49e2c
commit bd4c51c6c0

View File

@ -70,7 +70,7 @@ Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, e
- [Planning mode instructions](chatmodes/planner.chatmode.md) - Generate an implementation plan for new features or refactoring existing code. - [Planning mode instructions](chatmodes/planner.chatmode.md) - Generate an implementation plan for new features or refactoring existing code.
- [PostgreSQL Database Administrator](chatmodes/postgresql-dba.chatmode.md) - Work with PostgreSQL databases using the PostgreSQL extension. - [PostgreSQL Database Administrator](chatmodes/postgresql-dba.chatmode.md) - Work with PostgreSQL databases using the PostgreSQL extension.
- [Refine Requirement or Issue Chat Mode](chatmodes/refine-issue.chatmode.md) - Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs - [Refine Requirement or Issue Chat Mode](chatmodes/refine-issue.chatmode.md) - Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs
- [Prompt Engineering Chat Mode](chatmodes/Prompt%20Engineer.chatmode.md) - Refines a given prompt, based on an OpenAIs prompt crafting techniques. - [Prompt Engineering Chat Mode](chatmodes/prompt-engineer.chatmode.md) - Refines a given prompt, based on an OpenAIs prompt crafting techniques.
> 💡 **Usage**: Create new chat modes using the command `Chat: Configure Chat Modes...`, then switch your chat mode in the Chat input from _Agent_ or _Ask_ to your own mode. > 💡 **Usage**: Create new chat modes using the command `Chat: Configure Chat Modes...`, then switch your chat mode in the Chat input from _Agent_ or _Ask_ to your own mode.