onboarding-checklist

Generate role-based onboarding checklists from repository documentation contexts.

2|Updated May 2, 2026
One-click install
npx skills add https://github.com/andrecini/dotnet-squad-copilot-agent --skill onboarding-checklist-andrecini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding-checklist
Source: https://github.com/andrecini/dotnet-squad-copilot-agent/tree/main/.claude/skills/onboarding-checklist
Command: npx skills add https://github.com/andrecini/dotnet-squad-copilot-agent --skill onboarding-checklist-andrecini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork of onboarding new team members by producing a structured, role-aware checklist based on the project’s documented contexts and patterns.

Core Features & Use Cases

  • Role-based onboarding generation: Filters checklist items by the provided profile (Júnior, Pleno, Sênior, Tech Lead).
  • Context validation: Checks that all referenced onboarding context files exist and omits missing items while alerting at the end.
  • Chat-only, safe guidance: Provides a checklist without editing code, creating PRs/issues, or accessing sensitive configuration files.

Quick Start

Ask for a role-specific onboarding checklist by saying: “Generate the onboarding checklist for João, a Developer Júnior.”

Frequently Asked Questions about onboarding-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a role-based onboarding checklist for new developers?

To generate a role-based onboarding checklist, provide the new team member's name and seniority profile (Júnior, Pleno, Sênior, or Tech Lead). The system filters documented engineering processes and contexts to output a personalized checklist.

Can I create an onboarding checklist for different engineering seniority levels?

Yes, you can create onboarding checklists for different seniority levels. The system filters checklist items based on defined profiles such as Júnior, Pleno, Sênior, and Tech Lead to match the developer's specific role requirements.

How does context validation work for repository documentation during onboarding?

Context validation checks that all referenced onboarding context files exist by performing filesystem reads. It omits missing items from the generated checklist and alerts you at the end if any documented contexts are missing.

Will generating an onboarding checklist modify my repository or create pull requests?

Generating an onboarding checklist will not modify your repository. It provides chat-only, safe guidance without editing code, creating pull requests, issues, or accessing sensitive configuration files.

What inputs do I need to provide to start the developer onboarding checklist generation?

You need to provide the new team member's name and profile to start generation. The system uses these inputs to validate referenced context files and produce a role-aware onboarding checklist for the developer.

What happens if an onboarding context file is missing from my repository?

If an onboarding context file is missing from your repository, the system omits the missing items from the checklist and alerts you at the end. This ensures the generated checklist only includes validated, existing documentation contexts.