Nota:
- Los archivos de mensajes de Copilot. se encuentran en versión preliminar pública y están sujetos a cambios. Los archivos de indicación solo están disponibles en VS Code. Consulta Acerca de la personalización de las respuestas de GitHub Copilot Chat.
- Para obtener ejemplos aportados por la comunidad de archivos de mensajes para lenguajes y escenarios específicos, consulta el repositorio Awesome GitHub Copilot Customizations.
Mensaje de plan de incorporación
--- 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.
Procedimiento para usar este archivo de mensaje
- Guarda el contenido anterior como
onboarding-plan.prompt.md
en la carpeta.github/prompts
. - En Visual Studio Code, muestra la vista Copilot Chat y escribe
/onboarding-plan
. Opcionalmente, también puedes especificar el nivel de experiencia si escribesbackground=experienced developer but new to stack
, por ejemplo.
Información adicional
- Uso de archivos de mensaje en Visual Studio Code en la documentación de Visual Studio Code: información sobre cómo crear y usar archivos de mensaje
- Acerca de la personalización de las respuestas de GitHub Copilot Chat: Introducción a la personalización de respuestas en GitHub Copilot
- Awesome GitHub Copilot Customizations: repositorio de archivos de mensaje personalizados aportados por la comunidad y otras personalizaciones para lenguajes y escenarios específicos