Loading...
Loading...
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-js.
npx skill4agent add openai/openai-agents-js final-release-revieworigin/mainBASE_TAG...TARGETBLOCKEDpwdpath-to-workspace/openai-agents-jsv*BASE_TAG="$(.agents/skills/final-release-review/scripts/find_latest_release_tag.sh origin 'v*')"origin/maingit fetch origin main --pruneTARGET="$(git rev-parse origin/main)"git diff --stat "${BASE_TAG}"..."${TARGET}"
git diff --dirstat=files,0 "${BASE_TAG}"..."${TARGET}"
git log --oneline --reverse "${BASE_TAG}".."${TARGET}"
git diff --name-status "${BASE_TAG}"..."${TARGET}"references/review-checklist.mdBLOCKEDBASE...TARGETBLOCKED'*.*.*'origin/main$code-change-verification--stat--dirstat--name-statusgit diff --word-diff BASE...TARGET -- <path>references/review-checklist.mdEvidenceImpactActionBLOCKEDhttps://github.com/openai/openai-agents-js/compare/...${GITHUB_REPOSITORY}**🔴 BLOCKED**Unblock checklist### Release readiness review (<tag> -> TARGET <ref>)
This is a release readiness report done by `$final-release-review` skill.
### Diff
https://github.com/openai/openai-agents-js/compare/<tag>...<target-commit>
### Release call:
- **<🟢 GREEN LIGHT TO SHIP | 🔴 BLOCKED>** <one-line rationale>
### Scope summary:
- <N files changed (+A/-D); key areas touched: ...>
### Risk assessment (ordered by impact):
1) **<Finding title>**
- Risk: **<🟢 LOW | 🟡 MODERATE | 🔴 HIGH>**. <Impact statement in one sentence.>
- Evidence: <specific diff/test/commit signal; avoid generic statements>
- Files: <path(s)>
- Action: <concrete next step command/task with pass criteria>
2) ...
### Unblock checklist (required when Release call is BLOCKED):
1. [ ] <concrete check/fix>
- Exit criteria: <what must be true to unblock>
2. ...
### Notes:
- <working tree status, tag/target assumptions, or re-run guidance>Unblock checklistscripts/find_latest_release_tag.shv*references/review-checklist.md