Download for macOS
Skill

code-change-verification

@openai Updated 2026-09-09

Run the required final formatting, lint, type, and test checks after eligible SDK changes pass review.

agentsaiframeworkharnessllmopenaipython

Install

git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/code-change-verification ~/.claude/skills/code-change-verification

From README

Code Change Verification Overview Ensure work is only marked complete after formatting, linting, type checking, and tests pass. Use this skill when changes affect runtime code, tests, or build/test configuration. You can skip it for docs-only or repository metadata unless a user asks for the full stack. 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. Keep this skill at ./.agents/skills/code-change-verification so it loads automatically for the repository. Codex on macOS/Linux: /usr/bin/env -u OPENAIAPIKEY OPENAIAGENTSTESTINCODEXSANDBOX=1 UVDEFAULTINDEX=https://pypi.org/simple bash .agents/skills/code-change-verification/scripts/run.sh. Other macOS/Linux environments: env UVDEFAULTINDEX=https://pypi.org/simple bash .agents/skills/code-change-verification/scripts/run.sh.