$npx -y skills add openai/codex --skill code-review-breaking-changesBreaking changes
| 1 | Search for breaking changes in external integration surfaces: |
| 2 | - app-server APIs |
| 3 | - CLI parameters |
| 4 | - configuration loading |
| 5 | - resuming sessions from existing rollouts |
| 6 | |
| 7 | Do not stop after finding one issue; analyze all possible ways breaking changes can happen. |