AI AGENT ADDONS

Session Analyzer

ai-native-camp/camp-2
Debugging
1,154installs

After a skill runs in Claude Code, you can check if everything worked correctly. This tool looks at the session logs and compares what happened to what the skill's instructions said should happen. It helps you find mistakes or missing steps.

You give it a session ID and the path to the skill's instructions file. It finds the log files, reads the instructions, and creates a checklist. Then it checks if each step was followed, if the right tools were used, and if any errors appeared.

Developers and testers use this to make sure their skills behave as expected. It turns complex log analysis into a simple yes-or-no check for each requirement.

Add Session Analyzer skill to your workflow

Global

mkdir -p ~/.claude/skills/session-analyzer

Project

mkdir -p .claude/skills/session-analyzer

Source Repository

Stars
17
Forks
15
Watchers
17
Last Push
4 months ago
Created
4 months ago