npx skills add ...
npx skills add openai/codex --skill update-v8-version
npx skills add openai/codex --skill update-v8-version
Update Codex's pinned `v8` / `rusty_v8` versions, validate the release-candidate path, and investigate failed V8 canary or artifact builds. Use when asked to bump V8, update `rusty_v8` artifacts, prepare or validate a V8 release candidate, check `v8-canary`, or diagnose why a V8 version update no longer builds.
Read third_party/v8/README.md and follow its version-bump sequence. Treat
that document as the release-process source of truth.
Inspect and update the concrete repo surfaces that carry the pin:
codex-rs/Cargo.tomlcodex-rs/Cargo.lockMODULE.bazelthird_party/v8/BUILD.bazelthird_party/v8/README.mdthird_party/v8/rusty_v8_<version>.sha256 manifest when the
remaining prebuilt inputs changeKeep the existing checksum helpers in the loop:
Validate the release-candidate path before broadening the work:
v8-canary CI result for the candidate branch or PR
when one exists, using GitHub check tooling or gh as appropriate.If the canary path passes, stop there. Summarize the result and encourage the user to commit the candidate changes or proceed with the release flow they requested. Do not publish tags, releases, or pushes unless the user asked.
Enter this path only when the canary or local build path fails.
denoland/rusty_v8patches/ that no longer apply or no longer match upstreamMODULE.bazelthird_party/v8/BUILD.bazel.github/scripts/rusty_v8_bazel.py.github/workflows/v8-canary.yml.github/workflows/rusty-v8-release.ymlv8-canary or from a local
substitute.