Documentation
README
Migrate Poshi Tests
A playbook for migrating a Poshi .testcase file to the appropriate modern test layer. Each test is routed to Playwright, Jest, JUnit unit, or Java integration based on what it actually validates. Compatible Playwright tests sharing setup may be consolidated into a single test at write time.
This skill assumes the Poshi suite has already been triaged and shrunk if needed (/poshi-shrink). It does not run a Poshi side consolidation pass โ consolidation happens only when writing the modern test, and only when the merged form is clearly cleaner than separate tests.
Preconditions
The working tree must be clean. Abort and ask the user to commit or stash first when dirty.
This is the opening of the README. Read the full README on GitHub.