ワンクリックで
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 ページを確認してインストールできます。
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.
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.