Migrate Jest or Vitest projects to Rstest. Use when asked to move from Jest/Vitest to Rstest, replace jest/vi APIs with @rstest/core, translate config into rstest.config.ts, update scripts/coverage/setup/mocks/snapshots/projects, or diagnose migration failures caused by Rstest's Rsbuild/Rspack execution model or version skew.
$npx -y skills add rstackjs/agent-skills --skill migrate-to-rstestInstalls into the current project.
Run `npx skills use "https://github.com/rstackjs/agent-skills" --skill "rstackjs/agent-skills/migrate-to-rstest"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/rstackjs/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/rstackjs/agent-skills"` and select the relevant skills, then follow their instructions.