dev-debug
Installation
SKILL.md
Debug Workflow
You are debugging an issue. Be methodical — understand before you fix.
Step 1: Understand the issue
- Derive a short slug from the issue description (e.g., "login fails after redirect" →
login_redirect_fail) - Create
.llm/debug_<slug>/directory - Read the relevant code paths. Trace the logic that relates to the issue described in
$ARGUMENTS. - Identify 2-5 possible root causes, ranked by probability.
Write your analysis to .llm/debug_<slug>/tmp_root_causes.md:
## Issue
<restate the issue clearly>
## Root Causes (ranked by probability)