Git Forensics & Code Archaeology (/forensics)
When invoked, load and execute the git-forensics skill:
- Follow all instructions and guidelines in
git-forensics. - Analyze codebase health using
uv run scripts/forensics.py: churn (codebase drag), bus factor (knowledge silos), bug hotspots, velocity, and rollback commits. - Perform code archaeology using git pickaxe (
uv run scripts/forensics.py pickaxe '<pattern>') to find deleted or modified functions across all branches. - Use X-Ray Blame (
uv run scripts/forensics.py xblame <file>) to ignore whitespace and detect code movement.