关于
This skill provides programmatic access to the JSONL log files generated by Claude Code, allowing developers to inspect interaction history without bloating the AI's context window. It enables searching through past sessions by date, branch, or size, and can pinpoint specific events such as tool failures, assistant thinking blocks, or token usage statistics. By offloading the parsing to optimized shell scripts and jq, it ensures that only relevant session data is retrieved, making it an essential utility for debugging agentic workflows or generating performance reports.