
Code Breaking Changes
Systematically hunt breaking changes across APIs, CLI flags, config, and session resume paths before you ship an integration or SDK update.
Install
npx skills add https://github.com/openai/codex --skill code-breaking-changesWhat is this skill?
- Scans app-server APIs, CLI parameters, config loading, and rollout session resume for breaking changes
- Explicit instruction to analyze all failure modes—not stop after the first hit
- Suited to integration surfaces where silent breakage is expensive for solo builders
- Pairs with agent-driven refactors and version bumps on Codex-style workflows
Adoption & trust: 1 installs on skills.sh; 89.7k GitHub stars; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Improve Codebase Architecturemattpocock/skills
Zoom Outmattpocock/skills
Caveman Reviewjuliusbrussee/caveman
Requesting Code Reviewobra/superpowers
Receiving Code Reviewobra/superpowers
Request Refactor Planmattpocock/skills
Journey fit
Common Questions / FAQ
Is Code Breaking Changes safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Code Breaking Changes
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.