vite-browser-core-debug
Installation
SKILL.md
vite-browser-core-debug
Use this skill for first-pass diagnosis only. Escalate quickly if the problem is actually runtime or network driven.
Workflow
- Open app and detect framework.
- Run error-first gate (
errors,logs) ANDvite runtime. - IMMEDIATE ROUTING DECISION:
- If
vite runtimeshows HMR Socket closed/error/unknown → escalate tovite-browser-runtime-diagnostics - If
errorscontains "HMR", "hot", "reload", "import", "resolve", "module", "circular", "websocket" → escalate tovite-browser-runtime-diagnostics - If
networkshows 4xx/5xx/FAIL responses → escalate tovite-browser-network-regression - Otherwise, continue with framework state inspection
- If
- Inspect framework state (
vue/react/svelte tree, plus router/pinia for Vue) only if the issue still looks component-driven. - Validate behavior with
network,screenshot, andeval. - Return findings with command evidence and a minimal fix path.
Escalation rules
Related skills