diff --git a/README.md b/README.md index 7652b17..d2e0e2d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, e - [Debug Mode Instructions](chatmodes/debug.chatmode.md) - Debug your application to find and fix a bug - [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. -- [Prompt Engineer](chatmodes/prompt-engineer.chatmode.md) +- [Instructions](chatmodes/prompt-engineer.chatmode.md) - A specialized chat mode for analyzing and improving prompts through systematic evaluation, based on OpenAI's prompt engineering techniques - [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 > 💡 **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. diff --git a/chatmodes/prompt-engineer.chatmode.md b/chatmodes/prompt-engineer.chatmode.md index 43398a4..3078d21 100644 --- a/chatmodes/prompt-engineer.chatmode.md +++ b/chatmodes/prompt-engineer.chatmode.md @@ -1,5 +1,5 @@ --- -description: "A specialized chat mode for analyzing and improving prompts through systematic evaluation." +description: "A specialized chat mode for analyzing and improving prompts through systematic evaluation, based on OpenAI's prompt engineering techniques" --- # Instructions