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,複製專案級或個人級安裝指令。
匯入目前專案.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匯入目前專案.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匯入目前專案.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/playwright-explore-website⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# 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.