vite-browser-release-smoke
SKILL.md
vite-browser-release-smoke
Use this skill to produce a consistent go/no-go smoke report.
Scope
Validate:
- App boots and framework detected
- No blocking runtime/build errors
- Core user paths load and navigate
- Network has no critical failures
- HMR/runtime sanity on one edit cycle
- No obvious runtime/diagnosis hit before sign-off
Command template
vite-browser open <url>
vite-browser detect
vite-browser errors --mapped --inline-source
vite-browser logs
vite-browser network
vite-browser vite runtime
vite-browser screenshot
For v0.3.3+, use errors --mapped --inline-source in smoke checks even when no Vite overlay is visible. Browser-side runtime failures should now be treated as release blockers if they surface there or in logs, and live Vue propagation regressions should be checked with both correlate renders and diagnose propagation when store-driven UI failures are in scope.
If Vue app:
vite-browser vue tree
vite-browser vue pinia
vite-browser vue router
Runtime sanity:
vite-browser vite hmr clear
# reproduce one change
vite-browser errors --mapped --inline-source
vite-browser correlate errors --mapped --window 5000
## wait briefly if the repro depends on a UI interaction
vite-browser correlate renders --window 5000
vite-browser diagnose propagation --window 5000
vite-browser diagnose hmr --limit 50
vite-browser vite hmr trace --limit 20
vite-browser vite module-graph clear
vite-browser vite module-graph
vite-browser vite module-graph trace --limit 50
Recovery sanity for v0.3.3+:
# recover the app after one reproduced failure
vite-browser reload
vite-browser errors
The recovered state should return no errors when the page is healthy again. If stale runtime failures persist after recovery, treat that as a release blocker.
Report format
Return:
PASS/FAILby check item- Blocking issues list (if any)
- Diagnosis hits and confidence, if any
- Evidence commands for each failed item
- Final recommendation:
goorno-go
When to switch skills
If smoke test reveals specific issues requiring deeper investigation:
- Component state or framework-specific failures → switch to
vite-browser-core-debug - HMR/runtime failures (hot update issues, module errors) → switch to
vite-browser-runtime-diagnostics - Network/API failures (wrong data, failed requests) → switch to
vite-browser-network-regression
Weekly Installs
1
Repository
maplecity1314/v…-browserGitHub Stars
8
First Seen
4 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1