code-change-verification
Run the required final formatting, lint, type, and test checks after eligible SDK changes pass review.
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.
More from this repo
credit-note-fixer
Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.
csv-workbench
Used to analyze CSV files in /mnt/data and return concise numeric summaries.
docs-sync
Used to analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in...
