Code Change Verification
openai/openai-agents-python/.agents/skills/code-change-verificationcodingOfficial
Official Provider SkillView repo
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
Files4 files
SKILL.md45 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the archive and add the files to your project manually.
Skill details
Versionv1.0.0
AuthorOpenAI
Categorycoding
Skill IDopenai/openai-agents-python/.agents/skills/code-change-verification
Files4 files
Related skills
Credit Note FixerFix the tiny credit-note formatting bug and rerun the exact targeted test command.Csv WorkbenchAnalyze CSV files in /mnt/data and return concise numeric summaries.Docs SyncAnalyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs under docs/** and never touch translated docs under docs/ja, docs/ko, or docs/zh. Provide a report and ask for approval before editing docs.Examples Auto RunRun python examples in auto mode with logging, rerun helpers, and background control.Final Release ReviewPerform a release-readiness review by locating the previous release tag from remote tags and auditing the diff (e.g., v1.2.3...<commit>) for breaking changes, regressions, improvement opportunities, and risks before releasing openai-agents-python.Implementation StrategyDecide how to implement runtime and API changes in openai-agents-python before editing code. Use when a task changes exported APIs, runtime behavior, serialized state, tests, or docs and you need to choose the compatibility boundary, whether shims or migrations are warranted, and when unreleased interfaces can be rewritten directly.