code-breaking-changes
$
npx mdskill add openai/codex/code-breaking-changesDetect potential breaking changes across APIs, CLIs, and configurations to ensure system compatibility.
- Identifies risks when updating external integration surfaces like APIs or CLI arguments.
- Analyzes application server interfaces, command-line parameters, and configuration loading mechanisms.
- Systematically examines all potential vectors for incompatibilities rather than stopping at the first finding.
- Outputs a comprehensive analysis detailing every discovered point of potential breakage.
SKILL.md
.github/skills/code-breaking-changesView on GitHub ↗
--- name: code-breaking-changes description: 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.