원클릭으로
general-chrome-validation
Use when user provides a URL in their prompt OR when working with a /p spec doc that has a Chrome Validation Tab URL
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user provides a URL in their prompt OR when working with a /p spec doc that has a Chrome Validation Tab URL
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when deploying Cloudflare Workers, managing R2 storage, or working with Cloudflare infrastructure
Use when working with ANTD components, theme tokens, icons, forms, or feedback components (message/notification/modal)
Use when adding, referencing, or serving static assets (images, fonts, videos, 3D models) through the R2 CDN pipeline with type-safe imports
Use when writing or reviewing JavaScript/TypeScript code for style patterns like concise arrows, inline handlers, expression formatting, or when tempted to use eslint-disable
Use when working with environment variables in frontend code
Use when creating or modifying keyboard shortcuts/hotkeys in frontend code
| name | general-chrome-validation |
| description | Use when user provides a URL in their prompt OR when working with a /p spec doc that has a Chrome Validation Tab URL |
Chrome browser automation via mcp__claude-in-chrome__* tools for visual validation.
| Condition | Action |
|---|---|
/p spec doc has Chrome Validation Tab URL | Use that URL after completing tasks |
| User provides URL in prompt | Use that URL after completing task |
| User says "check chrome" but no URL | Ask user for the URL |
| No URL mentioned | Do NOT offer Chrome validation |
mcp__claude-in-chrome__tabs_context_mcp
Priority: 1) /p spec doc URL, 2) User prompt URL, 3) Ask user
mcp__claude-in-chrome__navigate (url, tabId)
mcp__claude-in-chrome__computer (action: "screenshot", tabId)
| Tool | Purpose |
|---|---|
tabs_context_mcp | Get available tabs (call first) |
tabs_create_mcp | Create new tab |
navigate | Navigate to URL |
computer | Screenshot, click, type, scroll |
read_page | Get accessibility tree |
find | Find elements by description |
form_input | Set form field values |
javascript_tool | Execute JS in page |
read_console_messages | Read browser console |
get_page_text | Extract text content |
App runs at: http://localhost:5173/ - assume dev server is always running.
tabs_context_mcp → ✅ Always call it first