A minimal VS Code extension that provides a generic prompt library for GitHub Copilot Chat. The extension reads prompt/agent markdown files under .github/ and makes them available as chat commands.
Features
Generic prompt library system that reads from markdown files
Easy to extend with new prompts
Integration with GitHub Copilot Chat
Available Commands
/code-review
Runs the code review prompt.
/Test
Generates test cases.
/ultimate-secure-fix
Scans the current file for security vulnerabilities.