Observação
- Os arquivos de prompt do Copilot estão no versão prévia pública e sujeitos a alterações. Arquivos de prompt estão disponíveis somente no VS Code. Confira Sobre como personalizar as respostas do GitHub Copilot Chat.
- Para obter exemplos de arquivos de prompt com contribuição da comunidade para linguagens e cenários específicos, confira o repositório Personalizações incríveis do GitHub Copilot.
Prompt de plano de integração
--- mode: '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.
---
mode: '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.
Como usar este arquivo de prompt
- Salve o conteúdo acima como
onboarding-plan.prompt.md
em sua pasta.github/prompts
. - No Visual Studio Code, abra a exibição do Copilot Chat e insira
/onboarding-plan
. Opcionalmente, você também pode especificar seu nível de experiência digitandobackground=experienced developer but new to stack
, por exemplo.
Leitura adicional
- Usar arquivos de prompt no Visual Studio Code na documentação do Visual Studio Code – Informações sobre como criar e usar arquivos de prompt
- Sobre como personalizar as respostas do GitHub Copilot Chat – Visão geral da personalização de resposta no GitHub Copilot
- Personalizações incríveis do GitHub Copilot – repositório de arquivos de prompt personalizados com a contribuição da comunidade e outras personalizações para linguagens e cenários específicos