
Code Breaking Changes
- 1 installs
- Updated May 4, 2026
- manaflow-ai/codex
Searches a change for breaking changes across external integration surfaces like app-server APIs, CLI parameters, config loading, and session resumption.
About
A code-review checker that hunts for breaking changes in external integration surfaces. A developer uses it during review to catch API, CLI, config, and session-resume regressions.
- Covers app-server APIs, CLI params, config loading, and rollout resume
- Analyzes all breaking-change paths, not just the first found
Code Breaking Changes by the numbers
- 1 all-time installs (skills.sh)
- Ranked #981 of 1,354 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/manaflow-ai/codex --skill code-breaking-changesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | May 4, 2026 |
| Repository | manaflow-ai/codex ↗ |
What it does
Searches a change for breaking changes across external integration surfaces like app-server APIs, CLI parameters, config loading, and session resumption.
Files
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.