用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shakacode/react_on_rails_rsc --skill run-e2e命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | run-e2e |
| description | Run repo end-to-end checks through scripts/e2e/run.sh for webpack, rspack, or both bundlers. |
| argument-hint | --bundler webpack|rspack|both |
Use this skill when validating local end-to-end behavior for the webpack and rspack integrations.
Issue #57 landed scripts/e2e/run.sh in PR #85. The script selects bundlers
with RSC_E2E_BUNDLER:
RSC_E2E_BUNDLER=webpack bash scripts/e2e/run.sh
RSC_E2E_BUNDLER=rspack bash scripts/e2e/run.sh
RSC_E2E_BUNDLER=both bash scripts/e2e/run.sh
Default to RSC_E2E_BUNDLER=both for release or merge-readiness validation
unless the user asks for a narrower bundler lane.
AGENTS.md for the current validation policy.test -f scripts/e2e/run.sh
main / PR #85 instead of using a hand-rolled substitute.RSC_E2E_BUNDLER.