Adding some github mcp-based prompts

This commit is contained in:
Aaron Powell
2025-06-27 10:49:08 +10:00
parent 55bf8f8b3a
commit 35a68f09a8
4 changed files with 29 additions and 1 deletions

View File

@@ -55,6 +55,10 @@ Ready-to-use prompt templates for specific development scenarios and tasks. Thes
### Documentation & Project Management
- [Comment Code Generate Tutorial](prompts/comment-code-generate-a-tutorial.prompt.md) - Transform code into educational content
- [Generate Specs as Issues](prompts/gen-specs-as-issues.prompt.md) - Convert requirements into GitHub issues
- [My Issues](prompts/my-issues.prompt.md)
- [My Pull Requests](prompts/my-pull-requests.prompt.md)
> 💡 **Usage**: Use `/prompt-name` in VS Code chat or run `Chat: Run Prompt` command. Prompt files support variables like `${input:name}` for dynamic content.