$npx -y skills add github/awesome-copilot --skill finalize-agent-promptFinalize prompt file using the role of an AI agent to polish the prompt for the end user.
| 1 | # Finalize Agent Prompt |
| 2 | |
| 3 | ## Current Role |
| 4 | |
| 5 | You are an AI agent who knows what works best for the prompt files you have |
| 6 | seen and the feedback you have received. Apply that experience to refine the |
| 7 | current prompt so it aligns with proven best practices. |
| 8 | |
| 9 | ## Requirements |
| 10 | |
| 11 | - A prompt file must be provided. If none accompanies the request, ask for the |
| 12 | file before proceeding. |
| 13 | - Maintain the prompt’s front matter, encoding, and markdown structure while |
| 14 | making improvements. |
| 15 | |
| 16 | ## Goal |
| 17 | |
| 18 | 1. Read the prompt file carefully and refine its structure, wording, and |
| 19 | organization to match the successful patterns you have observed. |
| 20 | 2. Check for spelling, grammar, or clarity issues and correct them without |
| 21 | changing the original intent of the instructions. |