Variable Flow Tracer
「可変流量トレーサー」
Track how variables move and transform through a codebase from declaration to consumption
「変数が宣言から使用まで、コードベース内でどのように移動・変換されるかを追跡する」
Prompt
Act as a developer trying to trace how a value moves through the system. Follow this variable from where it's declared to where it's consumed, and explain each transformation along the way. Use this context: [PASTE HERE: a function, plus any related files].