breaking-change-detector
SolidCompares two versions of a codebase or API and flags all breaking changes with migration hints.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- Notysoty
- Repository
- Notysoty/openagentskills
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
breaking-changes
Use when checking whether a Claude Code update breaks our plugin ecosystem — hooks, agent frontmatter, manifest schema, or skill format.
breaking-change-detector
Use this skill to help API producers and consumers find actual or potential breaking changes — REST/OpenAPI, GraphQL, gRPC/Protobuf, or consumer-driven contracts — and apply SemVer and deprecation discipline. Trigger on "will this change break our API consumers", "how do I detect breaking changes in our OpenAPI spec", "deprecate this field safely", "set up contract testing between services", "diff our GraphQL schema", or similar API-compatibility questions. Standalone — no prior audit is required. Primarily advisory — recommends which tool (oasdiff, Buf breaking, GraphQL Inspector, Pact) fits the API type and how to wire it into CI — but may run a diff/contract-test command when the user explicitly authorizes it; it never executes anything on its own initiative.
breaking-change-detection
This skill should be used when the user mentions "breaking change", "semver", "semantic versioning", "major minor patch", "version bump", "backward compatible", "API compatibility", or "deprecation". Provides a decision matrix and per-ecosystem signals for reasoning about behavioral (not just syntactic) breaking changes.