원클릭으로
manual-test
Run a visual smoke test across all key pages using Chrome DevTools, reporting pass/fail for each.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a visual smoke test across all key pages using Chrome DevTools, reporting pass/fail for each.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | manual-test |
| description | Run a visual smoke test across all key pages using Chrome DevTools, reporting pass/fail for each. |
| disable-model-invocation | true |
Run a visual smoke test of all key pages on the running app.
npm run build to produce a fresh production buildlsof -ti:5173 to checkwrangler pages dev --port 5173 in the backgroundFor each page below, navigate via Chrome DevTools, take a screenshot, and check for:
list_console_messages after each page)/) — hero section, nav links, top cafes, upcoming events section/cafes) — cafe cards with WiFi speeds and amenities/events) — event cards with images, dates, locations, tags/admin) — submissions table, events management table, "New Event" button/admin/events/new) — form with all fields (title, description, date, time, location, etc.)/) — responsive layout, hamburger menu/events) — event cards stack verticallyAfter all tests, produce a summary table:
| # | Page | Viewport | Status | Notes |
|---|
Mark each as PASS or FAIL with a brief note on what was observed.
Plan a Ralph-compatible epic and child tk tickets from a GitHub issue or repo problem statement. Produce detailed ticket bodies, dependency ordering, plan-path suggestions, and exact tk commands.
Fetch unresolved PR review comments, fix the code issues, commit, push, reply to each comment, resolve the threads, and update the PR description.
Build the app, start wrangler pages dev, and open a page in Chrome DevTools for visual verification.