بنقرة واحدة
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.