Sets up Playwright for end-to-end testing in Next.js and React projects, handling everything from installing browsers to creating example tests and CI/CD integration. You get a configured playwright.config.ts with sensible defaults, an e2e directory with tests for authentication and navigation flows, and npm scripts ready to go. The config includes automatic retries in CI, screenshot capture on failures, and a local dev server that spins up before running tests. Best part is it creates actual working tests you can build from, not empty boilerplate. Use this when you need to test critical user flows like login or checkout, especially if you're adding E2E coverage to an existing project that only has unit tests.
npx skills add https://github.com/shipshitdev/library --skill playwright-e2e-init