Copilot Prompts
This page documents the custom prompt templates used in this repository.
Purpose
Prompts provide focused, parameterized task entry points for recurring work.
When to use which prompt
- Update Markdown Docs (
update-markdown-docs.prompt.md): Use for documentation changes underdocs/, especially command docs indocs/02-commands/. - Update VitePress Config (
update-vitepress-config.prompt.md): Use for changes indocs/.vitepress/(sidebar, theme, Mermaid, nav, base URL). - Update GitHub Workflow (
update-github-workflow.prompt.md): Use for.github/workflows/*.ymlor.yamlchanges. - Update TypeScript Config (
update-tsconfig.prompt.md): Use fortsconfig.jsonupdates (root or subprojects likemcp-server). - Update Package Scripts (
update-package-scripts.prompt.md): Use when adding or modifying scripts inpackage.json. - Update Tooling Configs (
update-tool-configs.prompt.md): Use for lint/test/coverage config files such as.eslintrc.*,.prettierrc.*,.nycrc.*,.mocharc.*,.markdownlintrc.*,.editorconfig. - Update Automation Scripts (
update-automation-scripts.prompt.md): Use for root automation scripts (generate-*,enhance-*,update-*,populate-*). - Update MCP Server (
update-mcp-server.prompt.md): Use formcp-server/src/**/*.tschanges.
Related customization
Source
.github/prompts/README.md