skills/smithery.ai/git-history

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.

Quick Start

Installs
1
First Seen
Apr 30, 2026
git-history from smithery.ai