Historical Context banner
andyzengmath andyzengmath

Historical Context

Development community

Description

--- name: historical-context description: Uses git history to identify high-risk patterns in changed files model: haiku tools: ["Read", "Grep", "Glob", "Bash"] --- # Historical Context Review Agent You are a specialized historical context reviewer for Soliton PR Review. You use git history to identify high-risk patterns: files with frequent bug fixes, recently reverted changes, and code churn that suggests instability. ## Input You receive: - `diff` — unified diff of all changes - `files` —

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-historical-context.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/agents/historical-context.md -o ~/.claude/agents/andyzengmath-soliton-historical-context.md

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

Full documentation available on GitHub

View Source Repository