From sourceatlas
Analyzes git history to find code hotspots, temporal coupling between files, contributor knowledge distribution, and bus factor risks. Useful for queries on code ownership, frequent changes, or evolution.
npx claudepluginhub lis186/sourceatlas --plugin sourceatlasThis skill uses the workspace's default tool permissions.
Trigger this skill when the user:
Analyzes git history to detect codebase hotspots (frequent changes/bug fixes), decay signals (accelerating churn), and inconsistencies (multiple authors/patterns). Use before refactoring or investigating recurring bugs.
Analyzes git history using git log, blame, shortlog to trace code evolution, map contributors, and identify commit patterns for repo archaeology.
Identifies and explains churn hotspots and unstable code clusters in git repos. Groups by directory, filename stems (e.g. foo.go + foo_test.go), and co-changes; classifies as unstable, buggy, tightly-coupled, etc.
Share bugs, ideas, or general feedback.
Trigger this skill when the user:
/sourceatlas:history for the entire repo, or /sourceatlas:history <path> for specific directory/sourceatlas:history . 6 for last 6 months/sourceatlas:history/sourceatlas:history src//sourceatlas:history . 6 (last 6 months)