final-release-review

Compare release tags against main branch commits to assess release readiness.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/zaziedlm/openai-agents-python --skill final-release-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-release-review
Source: https://github.com/zaziedlm/openai-agents-python/tree/main/.codex/skills/final-release-review
Command: npx skills add https://github.com/zaziedlm/openai-agents-python --skill final-release-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the critical process of reviewing code changes before a release, identifying potential breaking changes, regressions, and risks to ensure a stable and high-quality software deployment.

Core Features & Use Cases

  • Automated Tag Discovery: Finds the latest release tag automatically.
  • Comprehensive Diff Analysis: Audits code changes between releases using Git commands and detailed checklists.
  • Risk Assessment: Identifies breaking changes, regressions, and improvement opportunities with clear risk levels.
  • Use Case: Before deploying a new version of the openai-agents-python library, use this Skill to systematically review all code modifications since the last release, ensuring no unintended side effects or critical bugs are introduced.

Quick Start

Perform a release review for the openai-agents-python repository, comparing the latest release tag to the main branch.

Frequently Asked Questions about final-release-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct a release-readiness review for Git commits?

Perform a release-readiness code audit by comparing the latest release tag against the target commit on the main branch to identify breaking changes, regressions, and improvement opportunities, yielding a ship or block recommendation with explicit risk assessment for each finding.

What is a Git diff code audit for release risk assessment?

A Git diff release risk assessment systematically evaluates code modifications between a previous release tag and the target commit to identify potential breaking changes, regressions, and improvement opportunities before deployment.

Can I automate finding the latest release tag for code review?

Yes, automated tag discovery finds the latest release tag automatically, allowing the code review process to proceed immediately with auditing differences against the target commit without manual Git tag lookup.

Does this release review work with any Git repository branch?

Yes, this release review compares a previous release tag against a target commit, typically the tip of the main branch, making it compatible with any Git repository utilizing tagged releases for versioning.

What's the best way to identify breaking changes before a software deployment?

The best way to identify breaking changes before deployment is using a comprehensive Git diff analysis that audits code changes between releases with a detailed checklist, providing clear risk levels for each identified finding.

How do I get a ship or block recommendation for my code release?

Obtain a ship or block recommendation by auditing code differences between a previous release tag and the target commit, which evaluates breaking changes and regressions to provide an explicit risk assessment for release readiness.