git-history
Installation
SKILL.md
Git History Analysis
Extract tribal knowledge from git history to populate Intent Layer nodes.
Why Git History?
Commit messages and PR descriptions contain valuable context:
- Bug fixes → Pitfalls (what went wrong, what surprised people)
- Reverts → Anti-patterns (what didn't work)
- Refactors → Architecture decisions (why structure changed)
- Feature commits → Entry points (where new things get added)
- "Fix" commits → Contracts (invariants that were violated)
This context is often lost when engineers leave or memories fade.