Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

rails-hotwire-driver

Étoiles36
Forks11
Mis à jour21 juin 2026 à 15:32

Drive PlaceCal's running local Rails dev server from the terminal without a browser — log in via Devise (CSRF handled automatically), submit forms, inspect Turbo Stream responses, and read the development log correlated by request id. Use this to actually exercise a change and verify it works (per CLAUDE.md's "never claim a fix worked until you've verified it") when the behaviour is server-rendered: a controller action, a redirect, a turbo-stream, the SQL a request runs, or an error in the log. It does NOT run JavaScript (no Stimulus, no DOM morphing) — for those, verify in Claude in Chrome (our standard for lvh.me), or optionally hand the logged-in session to a Playwright MCP via the bridge below. Pairs with static code reading (grep/Read) by adding live runtime interaction.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

Explorateur de fichiers
7 fichiers
SKILL.md
readonly