final-release-review
Perform 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.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/openai/openai-agents-python /tmp/openai-agents-python && ln -s /tmp/openai-agents-python/.agents/skills/final-release-review ~/.claude/skills/final-release-review
From README
Final Release Review Purpose Use this skill when validating the latest release candidate commit (default tip of origin/main) for release. It guides you to fetch remote tags, pick the previous release tag, and thoroughly inspect the BASETAG...TARGET diff for breaking changes, introduced bugs/regressions, improvement opportunities, and release risks. The review must be stable and actionable: avoid variance between runs by using explicit gate rules, and never produce a BLOCKED call without concrete evidence and clear unblock actions. Ensure repository root: pwd → path-to-workspace/openai-agents-python. Sync tags and pick base (default v): Choose target commit (default tip of origin/main, ensure fresh): git fetch origin main --prune then TARGET="$(git rev-parse origin/main)". Snapshot scope: Deep review using references/review-checklist.md to spot breaking changes, regressions, and improvement chances.
More from this repo
openai-knowledge
Used when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API,...
code-change-verification
Used to run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the...
credit-note-fixer
Used to fix the tiny credit-note formatting bug and rerun the exact targeted test command.