ahmed-gharib89/portfolio

0

stars

29

commits

TypeScript

primary language

Jul 31, 2026

updated

README

GitHub Copilot Configuration

This directory contains the complete GitHub Copilot configuration for the portfolio project.

πŸ“ Structure

.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

πŸ“š Documentation

Instructions (8 files)

Automatically apply coding standards to specific file types:

  • TypeScript, React, Next.js guidelines
  • Testing, documentation, security standards
  • Performance optimization, code review practices

Prompts (6 files)

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 issues

Agents (3 files)

Activate with @ in Copilot Chat:

  • @architect - Architecture planning
  • @reviewer - Code review
  • @debugger - Debugging assistance

✨ Quick Start

  1. Install GitHub Copilot extension in VS Code
  2. Read the Setup Guide for detailed instructions
  3. Start using:
    • Instructions work automatically
    • Use / commands for prompts
    • Use @ for agents

🎯 Common Tasks

TaskUse 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

πŸ”§ Maintenance

Keep this configuration up-to-date:

  • Update instructions as patterns evolve
  • Add new prompts for recurring tasks
  • Refine agents based on usage
  • Share improvements with the team

πŸ“– Learn More


Happy coding with GitHub Copilot! πŸš€

Contributors

ahmed-gharib89

28 commits

Gharib89

1 commits

ahmed-gharib89/portfolio

0

stars

29

commits

TypeScript

primary language

Jul 31, 2026

updated

README

GitHub Copilot Configuration

This directory contains the complete GitHub Copilot configuration for the portfolio project.

πŸ“ Structure

.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

πŸ“š Documentation

Instructions (8 files)

Automatically apply coding standards to specific file types:

  • TypeScript, React, Next.js guidelines
  • Testing, documentation, security standards
  • Performance optimization, code review practices

Prompts (6 files)

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 issues

Agents (3 files)

Activate with @ in Copilot Chat:

  • @architect - Architecture planning
  • @reviewer - Code review
  • @debugger - Debugging assistance

✨ Quick Start

  1. Install GitHub Copilot extension in VS Code
  2. Read the Setup Guide for detailed instructions
  3. Start using:
    • Instructions work automatically
    • Use / commands for prompts
    • Use @ for agents

🎯 Common Tasks

TaskUse 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

πŸ”§ Maintenance

Keep this configuration up-to-date:

  • Update instructions as patterns evolve
  • Add new prompts for recurring tasks
  • Refine agents based on usage
  • Share improvements with the team

πŸ“– Learn More


Happy coding with GitHub Copilot! πŸš€

Contributors

ahmed-gharib89

28 commits

Gharib89

1 commits

Languages

TypeScript

96.2%

Shell

1.8%

CSS

1.2%