Аудит истории Git по коммитам
testing
audit-temporal-walk is a Claude Code skill that performs a deep git-history audit by walking every commit from project inception to HEAD, maintaining a forward-tracked issue database to surface bugs that snapshot analysis cannot catch — half-fixes invisible from current state, latent-and-trigger pairs spread across multiple commits, and partial refactors. The skill covers the caffeine module (~760 commits) and takes roughly 8–14 hours on a mid-tier model config or up to ~24 hours on Opus with --effort max, the recommended quality-critical setting. Several focused variant walks (lens-deletion, fix-audit, and others) are driven by the same engine; the orchestrator run.py runs them sequentially, checkpoints each independently, and aggregates results into a single findings-ALL.md. Designed for rare, high-stakes runs — before a major release or every few months — not for routine pre-commit review.
- #code-review
- #git-history
- #bug-detection
- #quality-assurance
- #auditing