History Review banner
ahoybuoy ahoybuoy

History Review

Development community

Description

--- name: history-review description: Analyzes git history to understand why code evolved and whether files were intentionally left unchanged. Use when investigating why drift exists or understanding code ownership. tools: Read, Grep, Glob, Bash model: sonnet --- You analyze git history to explain why code is in its current state. ## What You Investigate **File evolution:** - Run `git log --oneline -20 <file>` to see recent commits - Run `git blame <file>` to see who wrote each line and when

Installation

Installs to ~/.claude/agents/ahoybuoy-buoy-history-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ahoybuoy/buoy/HEAD/.claude/agents/history-review.md -o ~/.claude/agents/ahoybuoy-buoy-history-review.md

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

Full documentation available on GitHub

View Source Repository