Testing & QAlow risk

playwright-explore-website

Website exploration for testing using Playwright MCP

github/awesome-copilot·skills/playwright-explore-website/SKILL.md
90/ 100品質

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -y
個人環境に導入~/.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a codex -g -y
手動配置先.agents/skills/playwright-explore-websiteOfficial docs ↗
プロジェクトに導入.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -y
個人環境に導入~/.claude/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a claude-code -g -y
手動配置先.claude/skills/playwright-explore-websiteOfficial docs ↗
プロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -y
個人環境に導入~/.copilot/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a github-copilot -g -y
手動配置先.agents/skills/playwright-explore-websiteOfficial docs ↗
プロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -y
個人環境に導入~/.cursor/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a cursor -g -y
手動配置先.agents/skills/playwright-explore-websiteOfficial docs ↗
プロジェクトに導入.agents/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a gemini-cli -y
個人環境に導入~/.gemini/skills/playwright-explore-website
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/playwright-explore-website -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/playwright-explore-website
手動配置先.agents/skills/playwright-explore-websiteOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Website Exploration for Testing

Your goal is to explore the website and identify key functionalities.

## Specific Instructions

1. Navigate to the provided URL using the Playwright MCP Server. If no URL is provided, ask the user to provide one.
2. Identify and interact with 3-5 core features or user flows.
3. Document the user interactions, relevant UI elements (and their locators), and the expected outcomes.
4. Close the browser context upon completion.
5. Provide a concise summary of your findings.
6. Propose and generate test cases based on the exploration.