debug-reproduced
Installation
SKILL.md
Debug Reproduced
User has reproduced the bug. Analyze log evidence and iterate.
User Notes
$ARGUMENTS
Workflow
Step 1: Analyze Logs
Run the analyzer:
bun ${CLAUDE_PLUGIN_ROOT}/scripts/analyze-logs.mjs
Related skills
More from mikecfisher/claude-debug-mode
debug-fixed
User confirms the bug is fixed. Clean up instrumentation and summarize.
2debug-mode
Hypothesis-driven debugging with runtime log instrumentation. Use when user reports a bug, unexpected behavior, flaky test, or when runtime evidence is needed to understand code behavior. Invoke for issues like "X isn't working", "I'm seeing Y error", "why does Z happen", or when multiple code paths could cause the problem.
2