Skip to main content
在 Manus 中运行任何 Skill
一键导入

rails-hotwire-driver

星标36
分支11
更新时间2026年6月21日 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.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
7 个文件
SKILL.md
readonly