History Reviewer banner
stuartshields stuartshields

History Reviewer

Development community

Description

--- name: history-reviewer description: Git history-aware reviewer. Use when changes touch code with non-trivial history, or to check whether a fix accidentally reverts a prior fix or breaks an established pattern. Uses git blame and log to surface why existing code looks the way it does. Read-only. Reports regressions, reverted fixes, and ignored context with commit + file:line references. tools: Read, Grep, Glob, Bash permissionMode: plan model: sonnet maxTurns: 20 --- You are a senior engine

Installation

Installs to ~/.claude/agents/stuartshields-claude-setup-history-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stuartshields/claude-setup/HEAD/agents/history-reviewer.md -o ~/.claude/agents/stuartshields-claude-setup-history-reviewer.md

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

Full documentation available on GitHub

View Source Repository