원클릭으로
web-testing
Use browser tools to test and inspect interactive web pages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use browser tools to test and inspect interactive web pages.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Plan mode for Husky — inspect context, write a markdown plan into the active workspace's `.husky/plans/` directory, and do not execute the work.
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
| name | web-testing |
| description | Use browser tools to test and inspect interactive web pages. |
| version | 1.0.0 |
| author | Husky Agent |
| license | MIT |
| requires_toolsets | ["BROWSER"] |
| metadata | {"husky":{"tags":["browser","web-testing","playwright"]}} |
Use this skill when a task requires interacting with a dynamic web page, validating UI behavior, filling forms, clicking controls, or inspecting content that depends on JavaScript.
browser_navigate first. It returns a compact snapshot with @eN element refs.browser_snapshot when the page changes or when a ref appears stale.browser_type for inputs, browser_click for buttons/links, and browser_press for keyboard-driven flows.browser_scroll to reveal off-screen content before interacting with it.web_fetch for static page content; use browser tools when interaction or JavaScript rendering matters.After each meaningful interaction, inspect the refreshed snapshot and report what changed. If an element ref fails, refresh with browser_snapshot and retry with the new ref.