From devline
This skill should be used when the user asks to "debug this", "fix this bug", "find the root cause", "investigate an error", "troubleshoot", "why is this failing", "trace the issue", or mentions errors, exceptions, stack traces, or unexpected behavior that needs investigation. Launches the debugger agent for systematic root cause analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devline:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the **debugger** agent to investigate and fix a bug using systematic root cause analysis.
Launch the debugger agent to investigate and fix a bug using systematic root cause analysis.
Present the debugger's findings:
If the fix touches multiple files or is complex, suggest running /devline:review on the changes.
npx claudepluginhub conava/claude-devline --plugin devlineDebugs errors, test failures, and unexpected behavior via root cause analysis of logs, stack traces, recent changes, hypotheses testing, and strategic logging. Delivers fixes, verification steps, and prevention advice.
Provides systematic debugging workflow including error classification, binary search, and log tracing for investigating code errors, exceptions, and failures.
Methodical 4-phase debugging process for resolving errors, test failures, and unexpected behavior systematically.