참고 항목
- Copilot 프롬프트 파일은 공개 미리 보기 상태이며 변경될 수 있습니다. 프롬프트 파일은 VS Code에서만 사용할 수 있습니다. GitHub Copilot Chat 응답 사용자 지정 정보을(를) 참조하세요.
- 특정 언어 및 시나리오에 대한 프롬프트 파일의 커뮤니티 기여 예시는 우수한 GitHub Copilot 사용자 지정 리포지토리를 참조하세요.
온보딩 계획 프롬프트
--- 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.
이 프롬프트 파일을 사용하는 방법
- 위 콘텐츠를
.github/prompts
폴더에onboarding-plan.prompt.md
로 저장합니다. - Visual Studio Code에서 Copilot Chat 보기를 표시하고
/onboarding-plan
를 입력합니다. 선택적으로background=experienced developer but new to stack
을 입력하여 환경 수준을 지정할 수도 있습니다.
추가 참고 자료
- Visual Studio Code 문서의 Visual Studio Code에서 프롬프트 파일 사용 – 프롬프트 파일을 만들고 사용하는 방법에 대한 정보
- GitHub Copilot Chat 응답 사용자 지정 정보 - GitHub Copilot의 응답 사용자 지정 개요
- 멋진 GitHub Copilot 사용자 지정 - 특정 언어 및 시나리오의 커뮤니티 기여 사용자 지정 프롬프트 파일 및 기타 사용자 지정 리포지토리