
from agent-skills47
Automates migration guidance from Jest/Vitest to Rstest: translate configs, update APIs, and provide minimal-change patches to make tests run under Rstest.
Provides a conservative, step-by-step migration workflow to move Jest or Vitest test suites to Rstest. The skill emphasizes minimal changes, prioritising config and tooling fixes before touching test code, and includes detection references, migration deltas, and a dependency-install gate.
Use this skill when you need to migrate a codebase's test runner from Jest or Vitest to Rstest, particularly in library or monorepo contexts where preserving test intent and avoiding large-scale rewrites is important. Useful for CI changes, developer onboarding, and test modernization.
references/ (has_references=true)Agents that can run code-mods and generate patches (Codex/GitHub Copilot-like agents), or technical assistants helping maintainers through migration steps.
Migrate to Rstest is a well-structured migration guide skill that helps agents move Jest/Vitest test suites to Rstest with minimal-change principles. The SKILL.md is thorough with clear escalation rules and red lines, but critically references several files in references/ (detect-test-framework, dependency-install-gate, migration deltas, compat pitfalls) that were not bundled — making the skill incomplete as shipped. No scripts to execute or security concerns found; it's a pure instructional skill.
Clean instructional skill with no security issues. Main concern is completeness: the references/ files are central to the workflow (framework detection, dependency gates, migration deltas, compatibility pitfalls) but aren't included in the package. This significantly reduces practical usefulness without those files. The skill would benefit from bundling its references or inlining critical content.