一键导入
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 职业分类
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.
| 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.