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.