debug

Solid

Diagnose Kandev bugs, running-instance issues, UI/browser failures, and runtime behavior. Use when the user reports unexpected behavior, asks to investigate, asks to add logs/instrumentation, or when a fix needs root-cause evidence before implementing. Triage first, gather evidence safely, then hand off to /fix for code changes.

Code & Development 502 stars 69 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Debug Diagnose efficiently and safely. Debugging produces evidence and a root-cause hypothesis; `/fix` turns that into a regression-tested patch. ## Planner Entry Perform triage, evidence gathering, and diagnosis directly in the primary conversation. Keep production edits out of the diagnostic phase, then proceed through `/fix` when code changes are needed. ## First: Create The Pipeline Create a visible task list: 1. **Triage** - classify the bug and choose the cheapest faithful path 2. **Gather evidence** - targeted test, debug export/logs, browser state, or instrumentation 3. **Diagnose** - trace the failure to root cause 4. **Report** - summarize evidence and choose `/fix` when code changes are needed 5. **Clean up** - remove temporary logs, throwaway repro tests, isolated instances, and browser sessions ## Triage Gate Pick one path before launching anything: | Class | Signals | Reference | |---|---|---| | Backend logic | validation, dedup, data shaping, workflow routing, API/service behavior | `references/backend-repro.md` | | Live instance | user has a running instance already misbehaving and you need read-only state/logs | `references/instance.md` | | UI/browser | layout, focus, click flow, WS-driven UI, console/network behavior | `references/browser.md` plus `references/instance.md` | | Needs logs | current evidence is insufficient and instrumentation is needed | `references/instrumentation.md` | Rules: - Triage before launching anything. - Use logs and tar...

Details

Author
kdlbs
Repository
kdlbs/kandev
Created
6 months ago
Last Updated
today
Language
Go
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category