Frontend Perf Impact Scan

The frontend counterpart to `pr-impact-scan`. Before you PR a change to a React / Next.js / SPA codebase, enumerate the concrete performance regressions the diff introduces. New heavy imports, client-bundle bloat from server-to-client migration, list rendering without virtualization or keys, images without dimensions (CLS), fonts without preload (LCP), RSC network waterfalls, and hydration-mismatch risk. Produces a ranked list of blockers vs nits with file:line citations. Triggers include "perf review this PR", "will this ship slow", "check bundle impact", "frontend impact scan", "why did LCP regress".

BK202503 Updated

File contents

BK202503/open-claude-all/tree/main/skills/frontend-perf-impact-scan commit 0f09bdf3f6

Frequently asked questions

npx skillmds@latest add bk202503/frontend-perf-impact-scan