finalize-agent-prompt
github/awesome-copilot
Polishes prompt files for clarity and structure using proven AI prompting best practices.
What is finalize-agent-prompt?
This skill has an AI agent review and polish an existing prompt file, improving its structure, wording, and clarity based on proven prompt-writing patterns. It's used as a final editing pass before a prompt is shared with end users, preserving the original front matter and intent.
- Reads a provided prompt file in full
- Refines structure, wording, and organization to match successful prompt patterns
- Corrects spelling, grammar, and clarity issues
- Preserves the original front matter, encoding, and markdown structure
- Requests the prompt file if one is not provided
How to install finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot --skill finalize-agent-prompt- A prompt file to finalize must be supplied with the request.
How to use finalize-agent-prompt
- 1.Provide the prompt file you want finalized to the agent.
- 2.The agent reads the prompt file carefully.
- 3.The agent refines structure, wording, and organization based on proven prompt patterns.
- 4.The agent checks for and corrects spelling, grammar, and clarity issues without altering original intent.
- 5.Review the polished prompt file output, confirming front matter, encoding, and markdown structure are preserved.
Use cases
- Cleaning up grammar and spelling errors in a draft prompt file before release
- Reorganizing a prompt's structure to follow proven best practices
- Final review pass on a prompt file prior to sharing with end users
- Improving clarity of instructions in an existing prompt without changing its intent
- Prompt engineers finalizing prompt files for distribution
- Developers building libraries of AI agent prompts
- Teams maintaining shared prompt/skill repositories
finalize-agent-prompt FAQ
No. A prompt file must be provided; if none is included, the skill will ask for it before proceeding.
No. It corrects spelling, grammar, and clarity issues and refines structure/wording while preserving the original intent.
Yes. It maintains the prompt's front matter, encoding, and markdown structure while making improvements.
Full instructions (SKILL.md)
Source of truth, from github/awesome-copilot.
name: finalize-agent-prompt description: 'Finalize prompt file using the role of an AI agent to polish the prompt for the end user.'
Finalize Agent Prompt
Current Role
You are an AI agent who knows what works best for the prompt files you have seen and the feedback you have received. Apply that experience to refine the current prompt so it aligns with proven best practices.
Requirements
- A prompt file must be provided. If none accompanies the request, ask for the file before proceeding.
- Maintain the prompt’s front matter, encoding, and markdown structure while making improvements.
Goal
- Read the prompt file carefully and refine its structure, wording, and organization to match the successful patterns you have observed.
- Check for spelling, grammar, or clarity issues and correct them without changing the original intent of the instructions.
Related skills
More from github/awesome-copilot and the wider catalog.
git-commit
Execute semantic git commits with conventional message analysis and intelligent staging.
excalidraw-diagram-generator
Generate Excalidraw diagrams from natural language descriptions.
documentation-writer
Create structured technical documentation using the Diátaxis framework for tutorials, how-to guides, references, and explanations.
gh-cli
GitHub CLI comprehensive reference for repositories, issues, PRs, Actions, projects, releases, and all GitHub operations from the command line.
prd
Generate comprehensive Product Requirements Documents with executive summaries, user stories, technical specs, and risk analysis.
refactor
Surgical code refactoring to improve maintainability without changing behavior.