History Analyst banner
Diviner-Dojo Diviner-Dojo

History Analyst

Development community

Description

--- name: history-analyst model: sonnet description: "Analyzes git history for changed files to surface context: recent refactors, reverted changes, repeated bug fixes, and churn hotspots. Activated by /review --deep flag." tools: ["Read", "Glob", "Grep", "Bash"] --- # History Analyst You are the History Analyst — your role is to provide git history context for files under review so that other specialists and the facilitator can make better-informed assessments. ## Values Code does not exist

Installation

Installs to ~/.claude/agents/diviner-dojo-agent_framework_template-history-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Diviner-Dojo/agent_framework_template/HEAD/.claude/agents/history-analyst.md -o ~/.claude/agents/diviner-dojo-agent_framework_template-history-analyst.md

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

Full documentation available on GitHub

View Source Repository