بنقرة واحدة
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.