Handles the migration from Rsbuild 1.x to v2 by walking through dependency updates, config changes, and breaking changes. It checks your package.json and config file, references the official upgrade guide at rsbuild.rs, then bumps core and plugins using taze before applying the necessary config updates. The workflow is methodical, which matters because build tool upgrades tend to break in subtle ways if you miss renamed options or new defaults. It finishes with validation steps to catch issues early. Good for teams that want a structured path through the upgrade instead of piecing together changelogs and GitHub issues.
npx skills add https://github.com/rstackjs/agent-skills --skill rsbuild-v2-upgrade