generate-snapshot
Installation
SKILL.md
Generate Codebase Snapshot
This skill generates a comprehensive code health snapshot using the analysis modules in analysis/.
When to Use
- During planning phase to identify work items
- To find refactoring hotspots (high churn + high complexity)
- To track technical debt over time
- Before major releases to assess code health
- To identify knowledge silos (bus factor risks)
How to Generate
# From repository root
python -m analysis.snapshot --output analysis-snapshot.json