AI & Agentslow risk

finalize-agent-prompt

Finalize prompt file using the role of an AI agent to polish the prompt for the end user.

github/awesome-copilot·skills/finalize-agent-prompt/SKILL.md
100/ 100质量分

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.agents/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a codex -y
导入个人环境~/.agents/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a codex -g -y
手动放置目录.agents/skills/finalize-agent-promptOfficial docs ↗
导入当前项目.claude/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a claude-code -y
导入个人环境~/.claude/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a claude-code -g -y
手动放置目录.claude/skills/finalize-agent-promptOfficial docs ↗
导入当前项目.agents/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a github-copilot -y
导入个人环境~/.copilot/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a github-copilot -g -y
手动放置目录.agents/skills/finalize-agent-promptOfficial docs ↗
导入当前项目.agents/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a cursor -y
导入个人环境~/.cursor/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a cursor -g -y
手动放置目录.agents/skills/finalize-agent-promptOfficial docs ↗
导入当前项目.agents/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a gemini-cli -y
导入个人环境~/.gemini/skills/finalize-agent-prompt
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/finalize-agent-prompt -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/finalize-agent-prompt
手动放置目录.agents/skills/finalize-agent-promptOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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.