Add Prompt Doctor Chat Mode for advanced prompt engineering and AI communication

This commit is contained in:
dfinke 2025-07-02 14:37:24 -04:00
parent 2fe3523e82
commit a051961a8a

View File

@ -76,6 +76,7 @@ Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, e
- [Database Administrator Chat Mode](chatmodes/PostgreSQL%20DBA.chatmode.md) - Work with PostgreSQL databases using the PostgreSQL extension.
- [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.
- [Prompt Doctor Chat Mode](chatmodes/prompt-doctor.chatmode.md) - Advanced prompt engineering and AI communication optimization specialist
- [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