perf-audit

Installation
SKILL.md

Performance Audit

Workflow

  1. Detect build tool from package.json (vite, webpack, next, rollup)

  2. Run production build if no recent build exists:

    • Vite: npm run build
    • Next.js: npm run build (reads .next/analyze/ if ANALYZE=true)
  3. Analyze bundle output:

    Vite:

    npx vite-bundle-visualizer
    

    webpack/Next.js:

    npx webpack-bundle-analyzer <stats-file>
    
Related skills

More from helderberto/skills

Installs
29
GitHub Stars
8
First Seen
Mar 4, 2026