code-change-verificationClaude Skill
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
Installation
Installation unavailable
Installation is unavailable because this version has no valid passing security audit.
Source & Provenance
This listing is maintained by AgentSkill.club from the public repository openai/openai-agents-python, path .codex/skills/code-change-verification. First-party analysis is based on the fingerprinted published source; the original repository content is shown separately below.
Similar Claude Skills & Agent Workflows
end-to-end-tests
after making changes, run end-to-end tests to ensure that the product still works
test-coverage-improver
Improve test coverage in the OpenAI Agents Python repository: run `make coverage`, inspect coverage artifacts, identify low-coverage files, propose high-impact tests, and confirm with the user before writing tests.
testing-python
Write and evaluate effective Python tests using pytest.
testing
Run and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests.
web-design-guidelines
Review UI code for Web Interface Guidelines compliance.
test-skill
Test skill for E2E validation.