一键导入
rsc-verify-pr-fix
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 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.
Run downstream integration checks through scripts/e2e/downstream.sh when it exists, or report the current #59 blocker stub.
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 | rsc-verify-pr-fix |
| description | 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. |
| argument-hint | [PR URL or number] |
Prove a bug-fix PR works by reproducing the failure first, then showing the fix removes it with evidence a reviewer can check. A passing test is not enough unless the same reproduction failed before the fix.
gh pr view <PR> --json title,body,files,commits,url,state
gh issue view <ISSUE> --json title,body,url
yarn jest <path> test for non-RSC behavior;NODE_CONDITIONS=react-server yarn jest <path> for *.rsc.test.*;yarn build first when the reproduction needs compiled dist/ files.State any residual risk plainly, especially when the reproduction is mechanism-level instead of a full downstream React on Rails app.