vite-browser-network-regression
SKILL.md
vite-browser-network-regression
Use this skill to isolate request/response regressions quickly.
Workflow
- Open page and reproduce action.
- List network traffic and identify suspicious entries (4xx/5xx/FAIL/slow).
- Inspect target request in detail.
- Correlate with UI state and console errors.
- If the request failure appears only after a hot update or reload loop, switch to
vite-browser-runtime-diagnostics.
Commands
vite-browser open <url>
vite-browser errors --mapped
vite-browser logs
vite-browser network
vite-browser network <idx>
vite-browser eval '<state-probe>'
vite-browser screenshot
Analysis checklist
For each failed/suspicious request:
- URL and method correct?
- Status and response body expected?
- Request headers/body complete?
- CORS/auth/cookie mismatch?
- UI state consistent with response?
- Did the failure start only after a recent HMR update?
Output format
Always include:
- Failing request index and endpoint
- Concrete mismatch (request or response)
- Likely ownership (frontend request build vs backend response)
- Confidence:
high,medium, orlow - Exact re-test command sequence
When to switch skills
If diagnosis reveals the root cause is actually:
- HMR/runtime issue (failure only after hot update, module errors) → switch to
vite-browser-runtime-diagnostics - Component state or framework-specific issue → switch to
vite-browser-core-debug - Need final pre-release validation → switch to
vite-browser-release-smoke
Weekly Installs
1
Repository
maplecity1314/v…-browserGitHub Stars
8
First Seen
3 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1