Favicon of final-release-review

final-release-review Skill

AI Agent SkillTypeScriptOpen source

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. Published by openai in openai-agents-js.

What is final-release-review Skill?

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. Published by openai in openai-agents-js. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
88/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using openai-agents-js

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use final-release-review Skill

  • Use it for developers using openai-agents-js.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: openai
  • Repository: openai/openai-agents-js
  • Skill file: .agents/skills/final-release-review/SKILL.md

What it does

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.

Skill instructions

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. Quick start 1. Ensure repository root: pwd → path-to-workspace/openai-agents-js. 2. Sync tags and pick base (default v): bash BASETAG="$(.agents/skills/final-release-review/scripts/findlatestreleasetag.sh origin 'v')" 3. Choose target commit (default tip of origin/main, ensure fresh): git fetch origin main --prune then TARGET="$(git rev-parse origin/main)". 4. Snapshot scope: bash git diff --stat "${BASETAG}"..."${TARGET}" git diff --dirstat=files,0 "${BASETA

Explore related resources

Frequently asked questions

What is final-release-review?

final-release-review is a open-source AI agent skill with Copy skill directory. 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.

Who is final-release-review best for?

final-release-review is best for reusing agent instructions, scripts, and references.

How do I install final-release-review?

Install or run final-release-review using Copy skill directory. Check final-release-review for the latest setup command.

Is final-release-review actively maintained?

final-release-review may need a closer maintenance check before production use.

Share:

Stars
3,391
Forks
850
Last commit
9 days ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to final-release-review