Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
openai avatar

Update V8 Version

  • 117 installs
  • 104k repo stars
  • Updated August 4, 2026
  • openai/codex

Update Codex's pinned `v8` / `rusty_v8` versions, validate the release-candidate path, and investigate failed V8 canary or artifact builds.

About

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. 1. Read `third_party/v8/README.md` and follow its version-bump sequence. Treat that document as the release-process source of truth. 2. Inspect and update the concrete repo surfaces that carry the pin: - `codex-rs/Cargo.toml` - `codex-rs/Cargo.lock` - `MODULE.bazel` - `third_party/v8/BUILD.bazel` - `third_party/v8/README.md` - the matching `third_party/v8/rusty_v8_<version>.sha256` manifest when the remaining prebuilt inputs change 3. Keep the existing checksum helpers in the loop:

  • 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:
  • `third_party/v8/BUILD.bazel`
  • `third_party/v8/README.md`

Update V8 Version by the numbers

  • 117 all-time installs (skills.sh)
  • +11 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #950 of 2,154 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

update-v8-version capabilities & compatibility

Capabilities
read `third_party/v8/readme.md` and follow its v · that document as the release process source of t · inspect and update the concrete repo surfaces th · `third_party/v8/build.bazel`
Use cases
documentation
From the docs

What update-v8-version says it does

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, prep
SKILL.md
npx skills add https://github.com/openai/codex --skill update-v8-version

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs117
repo stars104k
Last updatedAugust 4, 2026
Repositoryopenai/codex

How do I apply update-v8-version using the workflow in its SKILL.md?

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` ar...

Who is it for?

Developers following the update-v8-version skill for the tasks it documents.

Skip if: Tasks outside the update-v8-version scope described in SKILL.md.

When should I use this skill?

User mentions update-v8-version or related triggers from the skill description.

What you get

Working update-v8-version setup aligned with the documented patterns and constraints.

Files

SKILL.mdMarkdownGitHub ↗

Update V8 Version

Core Workflow

1. Read third_party/v8/README.md and follow its version-bump sequence. Treat that document as the release-process source of truth. 2. Inspect and update the concrete repo surfaces that carry the pin:

  • codex-rs/Cargo.toml
  • codex-rs/Cargo.lock
  • MODULE.bazel
  • third_party/v8/BUILD.bazel
  • third_party/v8/README.md
  • the matching third_party/v8/rusty_v8_<version>.sha256 manifest when the

remaining prebuilt inputs change 3. Keep the existing checksum helpers in the loop:

   python3 .github/scripts/rusty_v8_bazel.py update-module-bazel
   python3 .github/scripts/rusty_v8_bazel.py check-module-bazel
   python3 -m unittest discover -s .github/scripts -p test_rusty_v8_bazel.py

4. Validate the release-candidate path before broadening the work:

  • Prefer checking the v8-canary CI result for the candidate branch or PR

when one exists, using GitHub check tooling or gh as appropriate.

  • If CI is unavailable or the user asked for a local-only check, run the

closest local validation that is practical for the changed surface and say explicitly that it is a local substitute, not the full hosted canary. 5. 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.

Failure Path

Enter this path only when the canary or local build path fails.

1. Capture the failing target, workflow job, and first actionable error. 2. Compare the currently pinned version with the target version at the relevant upstream tag or SHA. Inspect both:

  • denoland/rusty_v8
  • upstream V8 source at the target Bazel-pinned version

3. Track build-relevant deltas rather than broad source churn:

  • generated binding layout changes
  • archive or asset naming changes
  • GN/Bazel target changes
  • custom libc++ / libc++abi / llvm-libc inputs
  • sandbox or pointer-compression feature relationships
  • patch hunks in patches/ that no longer apply or no longer match upstream

4. Trace each failing delta back into Codex's build graph:

  • MODULE.bazel
  • third_party/v8/BUILD.bazel
  • .github/scripts/rusty_v8_bazel.py
  • .github/workflows/v8-canary.yml
  • .github/workflows/rusty-v8-release.yml

5. Update only the pieces required to restore the target version's build and artifact contract. Keep patch explanations and doc changes close to the affected files. 6. Re-run the focused validation. If it becomes green, return to the normal workflow and stop with a concise summary plus the remaining release step.

Reporting

  • Say whether validation came from hosted v8-canary or from a local

substitute.

  • Distinguish "version bump complete" from "release published".
  • When blocked, report the upstream delta that matters, the Codex file it hits,

and the next concrete fix to try.

Related skills

FAQ

What does update-v8-version do?

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` ar...

When should I use update-v8-version?

Invoke when Update Codex's pinned `v8` / `rusty_v8` versions, validate the release-candidate path, and investigate failed V8 canary or artifact builds. .

Is update-v8-version safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.