Detect backward-incompatible API and schema changes.
Detect backward-incompatible changes in APIs, schemas, configs, and interfaces before they break downstream consumers — with migration path suggestions.
claude skill install breaking-change-detector
# Check current branch for breaking changes against main
/breaking-change-detector check --base main
# Analyze an API schema diff
/breaking-change-detector api --old v1-spec.yaml --new v2-spec.yaml
Compares your current changes against a baseline (branch, tag, or file) to identify removals, type changes, and behavioral modifications that could break existing consumers. Categorizes each change by severity and scope. Generates migration guides with code examples showing how consumers should update their integrations.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.