Analyzes completed Claude Code sessions to verify tool execution, hook triggers, and artifact creation against specification files.
Session Analyzer is a specialized debugging and verification tool designed for developers building complex workflows in Claude Code. It automatically retrieves session logs and debug traces, compares actual execution history against the requirements defined in a SKILL.md file, and generates a comprehensive report. This is particularly useful for identifying why a subagent failed to trigger, verifying that security hooks were correctly applied, or ensuring that temporary artifacts were properly cleaned up after a task completion, ensuring high-reliability AI agent deployments.
Características Principales
01313 GitHub stars
02Comparison of actual behavior vs. SKILL.md specifications
03Comprehensive pass/fail reporting with deviation summaries
04Detailed tracking of subagent invocations and hook events
05Automated session log and debug trace retrieval
06Artifact verification for file creation and deletion
Casos de Uso
01Debugging complex multi-agent workflows that failed unexpectedly
02Verifying compliance with defined development patterns and artifact management
03Validating that security hooks and tool matchers are triggering correctly