ワンクリックで
playwright-generate-test
Generate a Playwright test based on a scenario using Playwright CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a Playwright test based on a scenario using Playwright CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use to create a pull request with detailed summary and description
Create a git worktree for an own or someone else's branch, symlink local-only files (.env, .tmux-sessionizer), optionally install or symlink node_modules, and open it in tmux
How to create and name git branches
Use this when you need to do a full workflow -- create a JIRA ticket, create a branch, create a PR, push changes
Review code changes for quality and best practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
| name | playwright-generate-test |
| description | Generate a Playwright test based on a scenario using Playwright CLI |
Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps.
Ask the user what needs to be tested. {scenario}
Ask the user where does it need to be tested. {location}
Once you gathered all that, test {scenario} on {location} using playwright-cli.
Check playwright-cli --help for available commands.