final-release-review
Perform pre-release planning or a final release-candidate review for openai-agents-python by comparing the target with the previous remote tag, determining the minimum compatible release type, auditing regressions and contract changes, reviewing open documentation PR coverage, drafting minor-release Key Changes, and calling the ship/block gate.
Install
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 Audit BASETAG...TARGET in one of two modes: Pre-release planning: use when the user asks to plan the next release or when the target, normally origin/main, does not yet declare a release candidate. The user may still supply a tentative patch or minor intent. Recommend the compatible type; do not treat unchanged package metadata as a blocker. Final candidate: use when the user asks for a final candidate decision, the target is a release branch, or target package metadata has already been bumped beyond BASE for the next release. Compare the candidate intent with the minimum release type required by the diff. In both modes, find concrete regressions and release risks, independently determine version compatibility, review the latest open documentation PRs before claiming coverage is missing, and produce an actionable release handoff. Keep documentation readiness separate from the release gate.
More from this repo
code-change-verification
Used to run the required final formatting, lint, type, and test checks after eligible SDK changes pass review.
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.
