mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 10:25:13 +00:00
* Adds prompt engineering chat mode Introduces a new chat mode to refine user-provided prompts, leveraging OpenAI prompt engineering techniques. This mode helps improve prompts by analyzing their structure, complexity, and specificity, and then suggesting improvements and providing a refined prompt as output. It is intended to help generate better and more complete prompts based on user input. * fix: Correct filename casing for Prompt Engineering Chat Mode in README * feat: Add Prompt Engineer chat mode to README * Update chatmodes/prompt-engineer.chatmode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: Add missing front matter to prompt engineer chat mode documentation * fix: Update description for Prompt Engineer chat mode to include OpenAI's techniques * Updates prompt engineer chat mode description Improves the description of the Prompt Engineer chat mode to clarify its purpose: analyzing and improving user-provided prompts based on established prompt engineering principles. The updated description reflects the mode's behavior of treating all user input as prompts and providing detailed analyses along with enhanced versions. * Adds Prompt Engineer chat mode Introduces a new chat mode specialized in analyzing and improving prompts. This mode treats every user input as a prompt, providing a detailed analysis and generating an improved version, enhancing prompt engineering workflows. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>