What problem does it solve?
This Skill verifies the production Vite artifact itself so you can catch secret leaks, broken preview behavior, and build-only regressions before deployment.
Core Features & Use Cases
- Secret exposure auditing: Checks VITE_-prefixed environment variables, define replacements, plugin injections, and built dist output for leaked values and secret-shaped patterns.
- Build and preview validation: Confirms the real build mode, preview parity, SPA fallback routing, base-path asset loading, dynamic imports, and mode-dependent behavior.
- Output inspection: Reviews bundle size, unexpected inclusions, and production sourcemap policy to ensure the shipped artifact matches release expectations.
- Use case: Use this Skill when an app works in dev but fails after build, when you need to prove no secrets landed in the client bundle, or when CI must gate release artifacts with evidence.
Quick Start
Ask the skill to run the real Vite production build for the deploy mode, inspect the dist output for secret exposure, and verify preview routing and asset parity before release.