The playwright-generate-test skill generates Playwright tests from user-provided scenarios by systematically executing steps through the Playwright MCP tools, then saving and validating the generated TypeScript test files. It serves developers who need to create automated browser tests and solves the problem of manually writing test code by automating test generation and ensuring tests pass before completion.
npx skills add https://github.com/github/awesome-copilot --skill playwright-generate-test