원클릭으로
downstream-e2e
Run downstream integration checks through scripts/e2e/downstream.sh when it exists, or report the current #59 blocker stub.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run downstream integration checks through scripts/e2e/downstream.sh when it exists, or report the current #59 blocker stub.
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 repo end-to-end checks through scripts/e2e/run.sh for webpack, rspack, or both bundlers.
Verify release packaging for react-on-rails-rsc with yarn verify:artifacts / scripts/verify-release.sh.
| name | downstream-e2e |
| description | Run downstream integration checks through scripts/e2e/downstream.sh when it exists, or report the current #59 blocker stub. |
| argument-hint | [downstream args] |
Use this skill when validating react-on-rails-rsc against a downstream app or
consumer fixture.
This skill is currently a documented stub because scripts/e2e/downstream.sh
does not exist on origin/main as of the issue #67 setup work.
Blocker: #59
Do not claim a downstream e2e pass from this skill while the script is missing.
From the repository root:
bash scripts/e2e/downstream.sh "$@"
If the script provides --help, read it first and follow the script's current
interface. The exact downstream app selection interface is UNKNOWN until #59
lands.
AGENTS.md for the current validation policy.scripts/e2e/downstream.sh exists:
test -f scripts/e2e/downstream.sh
--help, prefer that interface over
this stub text.When the script is still missing, report:
BLOCKED downstream-e2e: scripts/e2e/downstream.sh is not present. Track #59 before using downstream e2e as a merge or release gate.