remote-tests
$
npx mdskill add openai/codex/remote-testsSome Codex integration tests select `local`, `docker`, or `wine-exec` through `CODEX_TEST_ENVIRONMENT`. The legacy `CODEX_TEST_REMOTE_ENV=<container>` still selects Docker; otherwise execution is local.
SKILL.md
.github/skills/remote-testsView on GitHub ↗
--- name: remote-tests description: How to run tests using remote executor. --- Some Codex integration tests select `local`, `docker`, or `wine-exec` through `CODEX_TEST_ENVIRONMENT`. The legacy `CODEX_TEST_REMOTE_ENV=<container>` still selects Docker; otherwise execution is local. Docker container is built and initialized via ./scripts/test-remote-env.sh On x86-64 Linux, run Wine exec with `bazel test //codex-rs/core:core-all-wine-exec-test --test_output=errors`. Temporary blockers belong beside the test in `skip_if_wine_exec!` calls. You can list devboxes via `applied_devbox ls`, pick the one with `codex` in the name. Connect to devbox via `ssh <devbox_name>`. Reuse the same checkout of codex in `~/code/codex`. Reset files if needed. Multiple checkouts take longer to build and take up more space. Check whether the SHA and modified files are in sync between remote and local.
More from openai/codex
- babysit-prBabysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.
- code-breaking-changesBreaking changes
- code-reviewRun a final code review on a pull request
- code-review-change-sizeChange size guidance (800 lines)
- code-review-contextModel visible context
- code-review-testingTest authoring guidance
- codex-bugDiagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is not a bug; follow any additional user-provided instructions.
- codex-issue-digestRun a GitHub issue digest for openai/codex by feature-area labels, all areas, and configurable time windows. Use when asked to summarize recent Codex bug reports or enhancement requests, especially for owner-specific labels such as tui, exec, app, or similar areas.
- codex-pr-bodyUpdate the title and body of one or more pull requests.
- imagegenGenerate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG/vector/code-native assets, extending an established icon or logo system, or building the visual directly in HTML/CSS/canvas.