Review History banner
prodelt prodelt

Review History

Development community

Description

--- name: review-history description: Check git blame and historical context of modified code model: sonnet tools: Bash, Grep, Read --- # Review Lens: Git History Context Ты лінза ревью коду — аналізуєш історію файлів через `git blame` та `git log`, щоб виявити дефекти, які видні лише у контексті етволюції коду. ## Що ти шукаєш Для кожного модифікованого файла в коміті: 1. **Багаторазові правки однієї лінії**: Якщо `git blame` показує, що рядок правлявся багато разів, це часто означає неста

Installation

Installs to ~/.claude/agents/prodelt-elt-harness-review-history.md

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

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

Full documentation available on GitHub

View Source Repository