Collection of custom agents, prompts, and instructions to supercharge your GitHub Copilot experience.
| Type | Title | Description | Install |
|---|---|---|---|
| Agent | UV Python Init | Creates a new Python project structure with best practices and essential files |
|
| Instruction | Python | Python coding conventions and guidelines |
|
| Prompt | Security Review | Security review prompt for code analysis focusing on OWASP Top 10 vulnerabilities. Scans code for input validation issues, authentication flaws, hardcoded secrets, injection risks, weak cryptography, error handling problems, and vulnerable dependencies while providing line-specific vulnerability reports with risk severity levels and secure code fixes. |
|
To Install:
*.agent.md file and add it to your repositoryTo Activate/Use:
To Install:
*.prompt.md file and manually add it to your prompt collectionTo Run/Execute:
/prompt-name in VS Code chat after installationTo Install:
*.instructions.md file and manually add it to your project's instruction collectionTo Use/Apply:
.github/copilot-instructions.md file in your workspace*.instructions.md files in your workspace's .github/instructions/ folder