codebase-recon
FreeAnalyze git history to understand a codebase before reading any code — surfaces hotspots, bug magnets, bus factor, momentum, and high-risk files (hotspot ∩ bug-magnet) via auto-scaled analysis. Install: `python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py --repo yuji
About codebase-recon
A coding agent skill that analyzes git history to understand a codebase before reading any code. Reveals project health, risk areas, team structure, and development momentum. It probes the repo to determine scale (small/medium/large), analyzes 7 dimensions (code hotspots, bus factor, bug magnets, team momentum, firefighting frequency, recently added files, active contributors), cross-references hotspots with bug magnets to identify high-risk files, and reports findings with actionable recommendations.
Key Features
Pros & Cons
- Open source and free to use
- Works with many popular coding agents
- Auto-scaling analysis adapts to repo size
- Cross-referencing provides high-risk file identification
- Actionable recommendations from the analysis
- Quick to run (just invoke /codebase-recon in agent)
- Requires a git repository with sufficient commit history
- Does not analyze code content, only git history metadata
- Installation requires agent skill setup (not a standalone tool)
- May not be useful for very small or new repositories with little history