-
Notifications
You must be signed in to change notification settings - Fork 0
Writing Prompts
github-actions[bot] edited this page Apr 9, 2026
·
1 revision
VS Code–style prompt files (invoked from chat, often via /) can live under llm/prompts/ as Markdown. Sync copies them into .github/prompts/ using Copilot’s *.prompt.md naming.
llm/prompts/
├── README.md # optional; not synced
├── review.md # → .github/prompts/review.prompt.md
└── ship.prompt.md # → .github/prompts/ship.prompt.md (name preserved)
- Source file
name.mdbecomesname.prompt.mdin the output directory. - Source file
name.prompt.mdis copied asname.prompt.md(no double suffix).
Use normal Markdown (and frontmatter if your Copilot version supports it for prompts). See Use prompt files in VS Code for current product behavior.
Prompts are emitted only if copilot is in platforms. After editing llm/prompts/, run bluetemberg sync (or your sync:llm-config script).