observability-analyze-session-logs
Installation
SKILL.md
Analyze Session Logs
IMPORTANT DISTINCTION: This skill analyzes Claude Code session transcripts (what Claude saw and thought), NOT application/production logs (what code executed). For application logs, use the analyze-logs skill instead.
Quick Start
Most common usage (list all messages):
python3 .claude/tools/utils/view_session_context.py <session-file.jsonl> --list
View context at specific point (by message index):
python3 .claude/tools/utils/view_session_context.py <session-file.jsonl> --message-index 10
Related skills