change " to '

This commit is contained in:
Sam Quakenbush 2025-07-30 18:20:45 -04:00
parent f2c9c407c7
commit 7ac0207d66

View File

@ -1,7 +1,8 @@
--- ---
description: "Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices." ---
mode: "agent" description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.'
tools: ["codebase", "editFiles", "search"] mode: 'agent'
tools: ['codebase', 'editFiles', 'search']
--- ---
# Professional Prompt Builder # Professional Prompt Builder
@ -26,10 +27,10 @@ I will ask you targeted questions to gather all necessary information. After col
### 2. **Persona Definition** ### 2. **Persona Definition**
- What role/expertise should Copilot embody? Be specific about: - What role/expertise should Copilot embody? Be specific about:
- Technical expertise level (junior, senior, expert, specialist) - Technical expertise level (junior, senior, expert, specialist)
- Domain knowledge (languages, frameworks, tools) - Domain knowledge (languages, frameworks, tools)
- Years of experience or specific qualifications - Years of experience or specific qualifications
- Example: "You are a senior .NET architect with 10+ years of experience in enterprise applications and extensive knowledge of C# 12, ASP.NET Core, and clean architecture patterns" - Example: "You are a senior .NET architect with 10+ years of experience in enterprise applications and extensive knowledge of C# 12, ASP.NET Core, and clean architecture patterns"
### 3. **Task Specification** ### 3. **Task Specification**
- What is the primary task this prompt performs? Be explicit and measurable - What is the primary task this prompt performs? Be explicit and measurable