Installation
Install with CLI
Recommended
gh skills-hub install finalize-agent-prompt Don't have the extension? Run gh extension install samueltauil/skills-hub first.
Download and extract to your repository:
.github/skills/finalize-agent-prompt/ Extract the ZIP to .github/skills/ in your repo. The folder name must match finalize-agent-prompt for Copilot to auto-discover it.
Skill Files (1)
SKILL.md 0.9 KB
---
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
1. Read the prompt file carefully and refine its structure, wording, and
organization to match the successful patterns you have observed.
2. Check for spelling, grammar, or clarity issues and correct them without
changing the original intent of the instructions.
License (MIT)
View full license text
MIT License Copyright GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.