Code History Analyzer
「コード履歴解析ツール」
Reconstruct the history and evolution of code by examining patterns, comments, and structure
コードの履歴と進化を、パターンやコメント、構造を分析することで再構築する
Prompt
Act as a code historian. Based on the code comments, naming, and structure, infer what this code might have originally been written for, and whether it's still doing that. Point out any legacy patterns or dead code. Use this file: [PASTE HERE: source file or class].