forensic-onboarding-risk

Analyze codebase onboarding risk to quantify bus factor and transition risk.

3|2|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/AlabamaMike/forensic-skills --skill forensic-onboarding-risk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forensic-onboarding-risk
Source: https://github.com/AlabamaMike/forensic-skills/tree/main/.claude/skills/forensic-onboarding-risk
Command: npx skills add https://github.com/AlabamaMike/forensic-skills --skill forensic-onboarding-risk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams quantify onboarding resilience by analyzing code ownership, bus factor, and knowledge silos to surface transition risks.

Core Features & Use Cases

  • Bus factor calculation: Determine the minimum number of people whose loss would cripple the project.
  • Knowledge mapping: Identify single-owner files and critical silos to target mitigations.
  • Transition cost estimation: Estimate ramp-up time and productivity losses for planned or unplanned departures.
  • Mitigation guidance: Produce actionable plans (pairing, documentation, cross-training) aligned with business priorities.

Quick Start

Provide repo context and run onboarding risk analysis with the forensic-onboarding-risk pattern.

Frequently Asked Questions about forensic-onboarding-risk

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

FAQPage Schema
How do I calculate the bus factor for a software repository?

Calculate the bus factor by analyzing code ownership distributions to determine the minimum number of developers whose departure would cripple the project. This quantifies transition risk by surfacing critical knowledge silos within the codebase.

What is onboarding risk assessment in software engineering?

Onboarding risk assessment is the process of quantifying a codebase's resilience by analyzing ownership distributions, identifying single-owner files, and estimating ramp-up costs during transitions like new hires or developer departures.

How do I identify knowledge silos and single-owner files in a codebase?

Identify knowledge silos by mapping code ownership across repositories to locate single-owner files and critical dependencies, enabling targeted mitigations like cross-training and documentation for developer departures.

Can I estimate ramp-up time and transition costs for developer departures?

Estimate ramp-up time and transition costs by computing ownership distributions and knowledge silos, projecting productivity losses for planned or unplanned developer departures across software repositories.

What is the best way to mitigate onboarding risk during team reorganizations?

Mitigate onboarding risk during team reorganizations by generating actionable plans for pairing, documentation, and cross-training aligned with business priorities to resolve identified code ownership silos.

Does onboarding risk analysis work for unplanned developer departures?

Onboarding risk analysis works for unplanned developer departures by estimating transition costs, quantifying the bus factor, and suggesting mitigations to prevent project crippling from sudden knowledge loss.