new-prompt-file
Create new skill/prompt definition. Triggers on: 'create skill', 'new skill'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create new skill/prompt definition. Triggers on: 'create skill', 'new skill'.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Evaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
| name | new-prompt-file |
| description | Create new skill/prompt definition. Triggers on: 'create skill', 'new skill'. |
Guide for creating a new reusable workflow prompt in .github/prompts/.
Determine the prompt's:
data-migration)/data-migration)Create .github/prompts/NAME.prompt.md with this structure:
---
name: Human-Readable Name
description: One-sentence description of the workflow
---
# Workflow Name
Brief description of what this workflow accomplishes and when to use it.
## Steps
### 1. [First Phase]
[What to do in this phase. Be specific about inputs, actions, and expected outputs.]
### 2. [Second Phase]
[Next phase of the workflow.]
### 3. [Verification Phase]
[How to verify the workflow completed successfully.]
Add the new prompt to the Available Prompts table in AGENTS.md:
| `prompt-name` | Brief description of use case |
.github/prompts//prompt-name in a Copilot CLI session