AgentSkillsCN

onboard-new-developer

为新开发者打造全面的入职流程。当你需要帮助他人熟悉代码库、配置开发环境,或创建入职文档时,可选用此方法。

SKILL.md
--- frontmatter
name: onboard-new-developer
description: Comprehensive onboarding process for new developers. Use when helping someone get set up with a codebase, configuring development environments, or creating onboarding documentation.

Onboard New Developer

Get a new developer up and running quickly.

Steps

1. Environment Setup

  • Install required tools
  • Set up development environment
  • Configure IDE and extensions
  • Set up git and SSH keys

2. Project Familiarization

  • Review project structure
  • Understand architecture
  • Read key documentation
  • Set up local database

Onboarding Checklist

  • Development environment ready
  • All tests passing
  • Can run application locally
  • Database set up and working
  • First PR submitted