GitHub Copilot Customizations

Collection of custom agents, prompts, and instructions to supercharge your GitHub Copilot experience.

To Install:

To manual apply:

Type Title Description
Agent UV Python Init
VS Code Install
Creates a new Python project structure with best practices and essential files
Instruction Python
VS Code Install
Python coding conventions and guidelines
Prompt Security Review
VS Code Install
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.