pev-harness を使うプロジェクトに Playwright を導入する自動 bootstrap skill。 npm install / browser binary / playwright.config.ts template / seed test template / npx playwright init-agents --loop=claude (Playwright agents 自動生成) の 5 step を 1 操作で完了する。 pev-e2e-verify skill の Preflight が「未setup」と判定した時に自動的に提案される。
$npx -y skills add myksyut/pev-harness --skill pev-bootstrap-playwrightInstalls into the current project.
Run `npx skills use "https://github.com/myksyut/pev-harness" --skill "myksyut/pev-harness/pev-bootstrap-playwright"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/myksyut/pev-harness" that are relevant to the current task. Run `npx skills add "https://github.com/myksyut/pev-harness"` and select the relevant skills, then follow their instructions.