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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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