원클릭으로
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 직업 분류 기준
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.
| 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.