git-history
CommunityUncover tribal knowledge from Git history.
Authororban
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill captures tacit knowledge embedded in Git history by extracting insights from commit messages, PR descriptions, and blame data to populate Intent Layer nodes.
Core Features & Use Cases
- Extract pitfalls from bug fixes and issues described in commits to guide AGENTS.md content.
- Surface architecture decisions and invariants from refactors and migrations.
- Identify entry points and critical changes that indicate new capabilities or contracts.
Quick Start
Use git-history to analyze a directory's history and surface actionable insights. For example:
- git log --since="1 year ago" --pretty=format:"%h|%s|%b" -- path/to/directory
- git log --since="1 year ago" --grep="refactor|BREAKING|migration|fix" -i --pretty=format:"%h|%s" -- path/to/directory
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: git-history Download link: https://github.com/orban/intent-layer/archive/main.zip#git-history Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.