원클릭으로
batch-migrate-jest-to-vitest
Migrate several stencil tests to vitest using subagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Migrate several stencil tests to vitest using subagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | batch-migrate-jest-to-vitest |
| description | Migrate several stencil tests to vitest using subagents |
Pick a stencil component unit tests from the list:
find elements -name '*.spec.tsx' ! -path '*integration*'
Pick one that can be easily migrated using the migrate-jest-to-vitest skill.
Start a subagent to migrate the test using this skill.
If the subagent asks questions / reports problems: revert the changes and document the issues into a markdown file. Skip this test.
If the test was successfully migrated, continue with the next one using a new subagent.
STOP if any problems occur that are not straightforward to solve or if no test is left that can be easily migrated.