概要
The Get History skill provides developers with direct access to the raw conversation data stored during a Claude Code session. By retrieving JSONL logs from the workspace session storage, it allows for deep inspection of tool invocations, user-assistant exchanges, and agent sidechain processes. This capability is essential for debugging unexpected agent outputs, verifying the chronological sequence of tool results, and optimizing agent-driven workflows through precise analysis of past interactions via automated parsing tools like jq.