name: kelion-diagnostics description: Use for full Kelion error detection across repo drift, build, backend syntax, runtime, providers, Stripe credits, browser UI, live routes, Railway logs, Snyk, SonarLint, and false-success prevention.
Kelion Diagnostics
Required Checks
- Source drift: local branch,
origin/master, PR state, live deployed SHA. - Build: Vite production build.
- Backend:
node --checkon touched server files. - Runtime:
/health,/readyz,/api/deploy/status. - Browser:
node scripts/kelion-live-smoke.cjs. - Logs: Railway critical pattern scan.
- Security: npm audit, Snyk/SonarLint when authenticated.
- UI: visible text English-only and no blocking admin/provider overlay for normal flows.
Command
.\scripts\kelion-diagnose.ps1
If stale deploy is detected:
.\scripts\kelion-verify-repair.ps1 -RedeployIfStale
Do not summarize skipped checks as passed.