dev-debug

Installation
SKILL.md

Debug Workflow

You are debugging an issue. Be methodical — understand before you fix.

Step 1: Understand the issue

  1. Derive a short slug from the issue description (e.g., "login fails after redirect" → login_redirect_fail)
  2. Create .llm/debug_<slug>/ directory
  3. Read the relevant code paths. Trace the logic that relates to the issue described in $ARGUMENTS.
  4. 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)
Installs
1
GitHub Stars
51
First Seen
Aug 14, 2026
dev-debug — browseros-ai/browseros-agent