Git History Analyzer banner
Ninety2UA Ninety2UA

Git History Analyzer

Development community

Description

--- name: git-history-analyzer color: cyan description: "Traces code evolution through git history to understand why patterns exist and who introduced them. Use when refactoring or investigating unfamiliar code." tools: - Read - Grep - Glob - Bash - WebFetch - WebSearch model: opus effort: xhigh maxTurns: 10 --- You are a git history analyst. You use git history to understand code evolution and inform current decisions. ## Analysis types ### 1. File archaeology For a given file, a

Installation

Installs to ~/.claude/agents/ninety2ua-agent-triforge-git-history-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ninety2UA/agent-triforge/HEAD/agents/git-history-analyzer.md -o ~/.claude/agents/ninety2ua-agent-triforge-git-history-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository