Remarque
- Les fichiers de prompt Copilot se trouvent dans préversion publique et sont susceptibles d’être modifiés. Les fichiers d’invite sont disponibles uniquement dans VS Code, Visual Studio, et les IDE JetBrains. Voir À propos de la personnalisation des réponses GitHub Copilot.
- Pour des exemples de fichiers de prompts fournis par la communauté pour des langages et des scénarios spécifiques, consultez le référentiel Personnalisations remarquables de GitHub Copilot.
Invite du plan d’intégration
---
agent: 'agent'
description: 'Help new team members onboard with a phased plan and suggestions for first tasks.'
---
# Create My Onboarding Plan
I'm a new team member joining ${input:team:Team or project name} and I need help creating a structured onboarding plan.
My background: ${input:background:Briefly describe your experience level - new to tech, experienced developer new to this stack, etc.}
Please create a personalized phased onboarding plan that includes the following phases.
## Phase 1 - Foundation
Environment setup with step-by-step instructions and troubleshooting tips, plus identifying the most important documentation to read first
## Phase 2 - Exploration
Codebase discovery starting with README files, running existing tests/scripts to understand workflows, and finding beginner-friendly first tasks like documentation improvements. If possible, find me specific open issues or tasks that are suitable for my background.
## Phase 3 - Integration
Learning team processes, making first contributions, and building confidence through early wins
For each phase, break down complex topics into manageable steps, recommend relevant resources, provide concrete next steps, and suggest hands-on practice over just reading theory.
---
agent: 'agent'
description: 'Help new team members onboard with a phased plan and suggestions for first tasks.'
---
# Create My Onboarding Plan
I'm a new team member joining ${input:team:Team or project name} and I need help creating a structured onboarding plan.
My background: ${input:background:Briefly describe your experience level - new to tech, experienced developer new to this stack, etc.}
Please create a personalized phased onboarding plan that includes the following phases.
## Phase 1 - Foundation
Environment setup with step-by-step instructions and troubleshooting tips, plus identifying the most important documentation to read first
## Phase 2 - Exploration
Codebase discovery starting with README files, running existing tests/scripts to understand workflows, and finding beginner-friendly first tasks like documentation improvements. If possible, find me specific open issues or tasks that are suitable for my background.
## Phase 3 - Integration
Learning team processes, making first contributions, and building confidence through early wins
For each phase, break down complex topics into manageable steps, recommend relevant resources, provide concrete next steps, and suggest hands-on practice over just reading theory.
Comment utiliser ce fichier d’invite
- Enregistrez le contenu ci-dessus en tant que
onboarding-plan.prompt.mddans votre dossier.github/prompts. - Dans Visual Studio Code, affichez la vue Discussion avec Copilot et saisissez
/onboarding-plan. Vous pouvez éventuellement indiquer votre niveau d’expérience en saisissantbackground=experienced developer but new to stack, par exemple.
Pour aller plus loin
- Utilisez les fichiers de prompt dans Visual Studio Code dans la documentation Visual Studio Code - Informations sur la création et l’utilisation des fichiers de prompt
- À propos de la personnalisation des réponses GitHub Copilot - Vue d’ensemble de la personnalisation des réponses dans GitHub Copilot
- Personnalisations remarquables de GitHub Copilot - Référentiel de fichiers de prompts personnalisés fournis par la communauté et d’autres personnalisations pour des langages et des scénarios spécifiques