注意
- Copilot 提示文件目前处于公共预览阶段,可能会有所更改。提示文件仅在 VS Code、Visual Studio 和 JetBrains IDE 中可用。请参阅关于自定义 GitHub Copilot 响应。
- 有关特定语言和场景的社区贡献提示文件示例,请参阅 Awesome GitHub Copilot Customizations 仓库。
入职计划提示
---
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.
如何使用此提示文件
- 将上述内容保存为
onboarding-plan.prompt.md,放置在您的.github/prompts文件夹中。 - 在 Visual Studio Code 中,显示 Copilot Chat 视图并输入
/onboarding-plan。例如,您还可以通过键入background=experienced developer but new to stack来指定您的经验水平(例如经验丰富的开发者但对该技术栈新手)。
延伸阅读
- 在 Visual Studio Code 中使用提示文件,位于 Visual Studio Code 文档中——有关如何创建和使用提示文件的信息
- 关于定制 GitHub Copilot 响应 - GitHub Copilot 响应定制概览
- 优秀的 GitHub Copilot 定制 - 社区贡献的自定义提示文件及其他针对特定语言和场景的定制仓库