npx skills add ...
npx skills add openai/openai-agents-js --skill code-change-verification
Run the required final install, build, type, lint, test, and format checks after eligible SDK changes pass review.
npx skills add openai/openai-agents-js --skill code-change-verification
Ensure work is only marked complete after installing dependencies, building, linting, type checking (including generated declarations), and tests pass. Use this skill when changes affect runtime code, tests, or build/test configuration. This is a post-review final gate: when $implementation-final-review applies, do not invoke the broad stack until its clean-review condition applies to the stable task diff.
./.agents/skills/code-change-verification so it loads automatically for the repository./usr/bin/env -u OPENAI_API_KEY bash .agents/skills/code-change-verification/scripts/run.sh.bash .agents/skills/code-change-verification/scripts/run.sh.powershell -ExecutionPolicy Bypass -File .agents/skills/code-change-verification/scripts/run.ps1.pnpm -r build-check and the rest of this complete stack until review is clean.finalize message. If host telemetry is unavailable, do not block solely because capacity cannot be measured.Repository verification and all child processes must remain in the normal Codex workspace sandbox. Never request elevated sandbox permissions for verification, and never retry with broader host access after a failure.
On macOS/Linux, use the exact Codex command from Quick start so an inherited OPENAI_API_KEY is removed before the repository-controlled wrapper starts. Investigate failures inside the workspace sandbox and report any coverage that the sandbox cannot provide instead of weakening the sandbox boundary.
pnpm i --frozen-lockfile, pnpm build, then pnpm -r build-check, pnpm -r -F "@openai/*" dist:check, pnpm lint, pnpm test, and pnpm format:check:changed.node_modules, stop and diagnose the configuration mismatch instead of silently recreating dependencies.pnpm i --frozen-lockfile and pnpm build as barriers, then delegates independent validation steps to concurrently.