Skip to main content

オンボード計画

チームのオンボードに関するカスタマイズされたヘルプを取得するためのプロンプト ファイル。

メモ

  • Copilot プロンプト ファイルはパブリック プレビュー段階であり、変更される可能性があります。 プロンプト ファイルは、VS Code でのみ使用できます。 「GitHub Copilot Chat の回答のカスタマイズについて」を参照してください。
  • 特定の言語とシナリオ向けの、コミュニティに投稿されたプロンプト ファイルの例については、Awesome GitHub Copilot Customizations リポジトリを参照してください。

オンボード計画のプロンプト

Text
---
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.

このプロンプト ファイルの使用方法

  1. 上記の内容を onboarding-plan.prompt.md として .github/prompts フォルダーに保存します。
  2. Visual Studio Code で Copilot Chat ビューを表示し、「/onboarding-plan」と入力します。 必要な場合は、たとえば「background=experienced developer but new to stack」と入力して、経験レベルを指定することもできます。

参考資料