This directory contains the complete GitHub Copilot configuration for the portfolio project.
.github/
βββ COPILOT_SETUP.md # Complete setup and usage guide
βββ copilot-instructions.md # Main project-wide instructions
βββ instructions/ # File-specific coding standards
βββ prompts/ # Reusable task prompts
βββ agents/ # Specialized AI personas
βββ workflows/
βββ copilot-setup-steps.yml # GitHub Actions workflow
Automatically apply coding standards to specific file types:
Use with / command in Copilot Chat:
/setup-component - Create new components/write-tests - Generate tests/code-review - Review code/refactor-code - Refactor code/generate-docs - Generate documentation/debug-issue - Debug and fix issuesActivate with @ in Copilot Chat:
@architect - Architecture planning@reviewer - Code review@debugger - Debugging assistance/ commands for prompts@ for agents| Task | Use This |
|---|---|
| Create a component | /setup-component |
| Write tests | /write-tests |
| Plan a feature | @architect |
| Review code | @reviewer or /code-review |
| Fix a bug | @debugger or /debug-issue |
| Refactor code | /refactor-code |
| Write docs | /generate-docs |
Keep this configuration up-to-date:
Happy coding with GitHub Copilot! π
28 commits
1 commits
TypeScript
96.2%
Shell
1.8%
CSS
1.2%
This directory contains the complete GitHub Copilot configuration for the portfolio project.
.github/
βββ COPILOT_SETUP.md # Complete setup and usage guide
βββ copilot-instructions.md # Main project-wide instructions
βββ instructions/ # File-specific coding standards
βββ prompts/ # Reusable task prompts
βββ agents/ # Specialized AI personas
βββ workflows/
βββ copilot-setup-steps.yml # GitHub Actions workflow
Automatically apply coding standards to specific file types:
Use with / command in Copilot Chat:
/setup-component - Create new components/write-tests - Generate tests/code-review - Review code/refactor-code - Refactor code/generate-docs - Generate documentation/debug-issue - Debug and fix issuesActivate with @ in Copilot Chat:
@architect - Architecture planning@reviewer - Code review@debugger - Debugging assistance/ commands for prompts@ for agents| Task | Use This |
|---|---|
| Create a component | /setup-component |
| Write tests | /write-tests |
| Plan a feature | @architect |
| Review code | @reviewer or /code-review |
| Fix a bug | @debugger or /debug-issue |
| Refactor code | /refactor-code |
| Write docs | /generate-docs |
Keep this configuration up-to-date:
Happy coding with GitHub Copilot! π
28 commits
1 commits
TypeScript
96.2%
Shell
1.8%
CSS
1.2%