Skip to main content
Back to the directory
alirezarezvani/claude-skillsSoftware EngineeringFrontend and Design

migrate

Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
965

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/alirezarezvani/claude-skills --skill migrate
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, migrate has 965 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: alirezarezvani/claude-skills. Canonical URL: https://skills.sh/alirezarezvani/claude-skills/migrate.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion. $ARGUMENTS can be: Use Explore subagent to scan: Count files and categorize: Run /pw:init first if Playwright isn't configured. For each file, apply the appropriate mapping: Load cypress-mapping.md for complete reference. Key translations: Cypress custom commands → Playwright fixtures or helper functions Cypress plugins → Playwright config or fixtures before / beforeEach → test.beforeAll() / test.beforeEach() Load selenium-mapping.md for complete reference. Key translations: During conversion, upgrade selectors to Playwright best practices: After converting each file: Fix any compilation or runtime errors before moving to the next file. After all files are converted: Ask user before deleting anything. - "from cypress" — migrate Cypress test suite - "from selenium" — migrate Selenium/WebDriver tests - A file path: convert a specific test file - Empty: auto-detect source framework - cypress/ directory or cypress.config.ts → Cypress - selenium , webdriver in package.json deps → Selenium - .py test files with selenium imports → Selenium (Python) - #id → getByTestId() or getByRole() - .class → getByRole() or getByText() - [data-testid] → getByTestId() - XPath → role-based locators - Cypress custom commands → Playwright custom fixtures via test.extend() - Selenium page objects → Playwright...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does migrate do?

Interactive migration from Cypress or Selenium to Playwright with file-by-file conversion.

Is migrate good?

migrate does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support migrate?

migrate currently lists compatibility with Skills CLI.

Is migrate safe to install?

migrate has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to migrate?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install migrate?

Run the following command to install migrate: npx skills add https://github.com/alirezarezvani/claude-skills --skill migrate

Related skills

More from alirezarezvani/claude-skills

Related skills

Alternatives in Software Engineering