一键导入
run-e2e
Run repo end-to-end checks through scripts/e2e/run.sh for webpack, rspack, or both bundlers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run repo end-to-end checks through scripts/e2e/run.sh for webpack, rspack, or both bundlers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.Legacy helper for emergency maintenance of the vendored react-server-dom-webpack runtime through scripts/react-upgrade/upgrade.js and the React fork cherry-pick workflow.
Refresh internal/docs/open-rsc-work-status.md from live react_on_rails_rsc GitHub issue and PR state, using UNKNOWN for facts that cannot be verified.
Update react-on-rails-rsc CHANGELOG.md and optional package version headers for npm release or prerelease workflows.
Manually verify a react-on-rails-rsc bug-fix PR by reproducing the failure before the fix and confirming the same RSC/plugin signal passes after.
Run downstream integration checks through scripts/e2e/downstream.sh when it exists, or report the current #59 blocker stub.
Verify release packaging for react-on-rails-rsc with yarn verify:artifacts / scripts/verify-release.sh.