This repository manages custom agent skills, prompt engineering templates, and development guidelines for AI coding assistants like GitHub Copilot.
- Skills: Modular capabilities that extend the agent's functionality.
- Agents: Specialized personas and prompts for specific tasks.
- Guidelines: Standards for consistent development practices.
Specialized agent definitions are stored in the agents/ directory.
Name: Prompt Engineer
Description: Expert guidance on crafting effective, safe, and robust AI prompts using best practices like CoT, few-shot, and personas.
Name: asvs-audit
Description: Performs a comprehensive security audit of the provided codebase against the OWASP Application Security Verification Standard (ASVS) 5.0 Level 1. Use this when asked for a asvs or security audit.
Name: gitlab-mr-review
Description: Review a GitLab Merge Request and provide findings, and post structured review comments with issue explanation plus pseudo code fixes. Use this skill when asked to review a GitLab merge request.
Name: implementation-plan
Description: Create a technical implementation plan with time estimation. Use this skill when asked for an implementation plan, technical breakdown, or task estimation.
This repository includes a commit message template for use with AI's and to ensure clarity and consistency. See Commit Message Guidelines for full details.