Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/megazear7/canzeltly --skill testing명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | testing |
| description | Guidelines for testing using Playwright and Chrome DevTools |
Use Playwright MCP for end-to-end testing and Chrome DevTools for debugging. Follow page-specific test instructions in .github/instructions/page.<page-name>.instructions.md files for detailed testing procedures.
Refer to these instruction files for detailed test procedures for each page:
page.home.instructions.md - Home page navigation and initial setuppage.create-game.instructions.md - Game creation workflowpage.saved-games.instructions.md - Saved games managementpage.custom-game-modes.instructions.md - Custom game modes handlingpage.play.instructions.md - Game playing interfacepage.game-summary.instructions.md - Post-game summary displaypage.campaign-games.instructions.md - Campaign games listingpage.start-campaign.instructions.md - Campaign initializationpage.continue-campaign.instructions.md - Campaign continuationpage.campaign-upgrade.instructions.md - Campaign progressionpage.not-found.instructions.md - Error page handlingmcp_playwright_browser_navigate to navigate to different pagesmcp_playwright_browser_click to interact with buttons and linksmcp_playwright_browser_snapshot to capture page state for verificationmcp_playwright_browser_console_messages to check for JavaScript errorsmcp_playwright_browser_tabs to manage browser tabs during testingmcp_chrome-devtoo_emulate to test different device configurationsmcp_playwright_browser_network_requestsmcp_playwright_browser_evaluate for complex checks