What problem does it solve?
This Skill helps you understand who really owns a codebase by mining git history to build an evidence-based ownership map. It exposes single points of failure, hidden maintenance risk, and places where stated ownership does not match actual contributor history.
Core Features & Use Cases
- Ownership mapping: Builds a bipartite graph of people and files so you can see who touches what most often.
- Bus factor analysis: Identifies subsystems where only one or two people maintain critical code.
- Security-focused review: Highlights sensitive areas such as auth, crypto, payments, secrets, admin, RBAC, and schema migrations.
- CODEOWNERS reality check: Compares declared ownership against recent git activity to find drift.
- Co-change clustering: Groups files that move together to reveal likely module boundaries and cross-team collaboration zones.
Quick Start
Ask the skill to analyze a local git repository over a chosen time window and generate an ownership map with sensitive-file findings, bus-factor results, and graph exports.