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
65/ 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 ↗
⚠ インストールには open-source 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.