What problem does it solve? It prevents confident but wrong explanations of how or why code works by forcing every claim to rest on files read this session and commits traced through git history, with each claim tiered as verified, inferred, or unknown. ## Core Features & Use Cases - Three investigation modes: how walks the chain from entry to effect, why digs git blame, pickaxe, and pull requests for the reason behind a value, and teach explains both at the asker's level. - Confidence tiering: Every claim is marked verified, inferred, or unknown with its evidence anchor, so a guess is never acted on as fact. - History archaeology: Traces past renames, moves, and squash merges to the commit that actually introduced a value, including PR and issue discussion via gh. - Use Case: Ask why a retry cap is set to 50, and the skill traces the commit and pull request that set it, reports the incident that motivated it, and marks anything unproven as inferred or unknown. ## Quick Start Ask the investigation skill how the nightly sync in this repository works and where its batch size value actually comes from.