openai

code-breaking-changes

Breaking changes

openai 118,878 18,140 Updated 4mo ago
GitHub

Install

npx skillscat add openai/codex/code-breaking-changes

Install via the SkillsCat registry.

About this skill

The skill searches external integration surfaces such as app‑server APIs, CLI parameters, configuration loading, and session resumption for any breaking changes. It helps developers identify potential incompatibilities before they cause failures. Use it when updating dependencies, modifying interfaces, or performing version upgrades to ensure compatibility.

SKILL.md

Search for breaking changes in external integration surfaces:

  • app-server APIs
  • CLI parameters
  • configuration loading
  • resuming sessions from existing rollouts

Do not stop after finding one issue; analyze all possible ways breaking changes can happen.

Categories