Session Analyzer Skill Post-hoc analysis tool for validating Claude Code session behavior against SKILL.md specifications. Purpose Analyze completed sessions to verify: 1. Expected vs Actual Behavior - Did the skill follow SKILL.md workflow? 2. Component Invocations - Were SubAgents, Hooks, and Tools called correctly? 3. Artifacts - Were expected files created/deleted? 4. Bug Detection - Any unexpected errors or deviations? --- Input Requirements | Parameter | Required | Description | |-----------|----------|-------------| | | YES | UUID of the session to analyze | | | YES | Path to SKILL.md…