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.
Global
mkdir -p ~/.claude/skills/session-analyzerProject
mkdir -p .claude/skills/session-analyzerSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Firebase Crashlyticsfirebase/agent-skills
Set up crash reporting for your Android or iOS app with ease
Python Performance Optimizationwshobson/agents
Profile and optimize Python code to find and fix performance bottlenecks quickly