bump-size-limit
Installation
SKILL.md
Bump Size Limit
When the size-limit GitHub Action fails, it means one or more bundle scenarios exceed their configured byte thresholds in .size-limit.js. This skill walks through building, measuring, and bumping only the limits that need it.
Workflow
Step 1: Build all packages (including CDN bundles)
A full build is required because size-limit measures the actual compiled artifacts.
yarn build
This takes a few minutes. CDN bundles in packages/browser/build/bundles/ must be up to date — a dev build is not sufficient.