omgskills Get the Mac app
Skill

final-release-review

@openai 28k stars Updated 2026-07-24 Author match: High

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.

agentsaiframeworkharnessllmopenaipython

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
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

View on GitHub

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