{"meta":{"title":"План подключения","intro":"Файл запроса на получение персонализированной помощи при подключении команды.","product":"GitHub Copilot","breadcrumbs":[{"href":"/ru/enterprise-cloud@latest/copilot","title":"GitHub Copilot"},{"href":"/ru/enterprise-cloud@latest/copilot/tutorials","title":"Учебники"},{"href":"/ru/enterprise-cloud@latest/copilot/tutorials/customization-library","title":"Библиотека настройки"},{"href":"/ru/enterprise-cloud@latest/copilot/tutorials/customization-library/prompt-files","title":"Запрос файлов"},{"href":"/ru/enterprise-cloud@latest/copilot/tutorials/customization-library/prompt-files/onboarding-plan","title":"План подключения"}],"documentType":"article"},"body":"# План подключения\n\nФайл запроса на получение персонализированной помощи при подключении команды.\n\n> \\[!NOTE]\n>\n> * Файлы запроса Copilot находятся в public preview и подвергаются изменению. Файлы запросов доступны только в IDE VS Code, Visual Studio и JetBrains. Смотрите [АВТОЗАГОЛОВОК.](/ru/enterprise-cloud@latest/copilot/concepts/prompting/response-customization#about-prompt-files)\n> * Примеры файлов запросов для определенных языков и сценариев в сообществе см. в [репозитории GitHub Copilot Customizations](https://github.com/github/awesome-copilot/blob/main/docs/README.prompts.md) .\n\n## Запрос плана подключения\n\n```text copy\n---\nagent: 'agent'\ndescription: 'Help new team members onboard with a phased plan and suggestions for first tasks.'\n---\n\n# Create My Onboarding Plan\n\nI'm a new team member joining ${input:team:Team or project name} and I need help creating a structured onboarding plan.\n\nMy background: ${input:background:Briefly describe your experience level - new to tech, experienced developer new to this stack, etc.}\n\nPlease create a personalized phased onboarding plan that includes the following phases.\n\n## Phase 1 - Foundation\n\nEnvironment setup with step-by-step instructions and troubleshooting tips, plus identifying the most important documentation to read first\n\n## Phase 2 - Exploration\n\nCodebase 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.\n\n## Phase 3 - Integration\n\nLearning team processes, making first contributions, and building confidence through early wins\n\nFor 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.\n```\n\n## Использование этого файла запроса\n\n1. Сохраните вышеуказанное содержимое как `onboarding-plan.prompt.md` в папке `.github/prompts`.\n2. В Visual Studio Codeотобразите представление Копилот Чат и введите `/onboarding-plan`. При необходимости можно также указать уровень взаимодействия, введя `background=experienced developer but new to stack`, например.\n\nданных, многократно используемых.copilot.prompt-files-further-reading %}"}