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