원클릭으로
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.