What is breaking-change-detector?
Detect breaking changes across 6 categories: contracts, database schemas, RPC endpoints, WebSocket protocols, serialized state, and event sourcing. Source: apankov1/quality-engineering.
Detect breaking changes across 6 categories: contracts, database schemas, RPC endpoints, WebSocket protocols, serialized state, and event sourcing.
Quickly install breaking-change-detector AI skill to your development environment via command line
Source: apankov1/quality-engineering.
Detects breaking changes that could disrupt active sessions or lose client compatibility across 6 categories.
When to use: Modifying shared contract/interface packages, changing database schema or migrations, RPC/API endpoint signature changes, WebSocket message format changes, serialized state schema changes, before merging any contract/schema changes.
When not to use: Adding new optional fields (non-breaking), internal refactoring without API changes, documentation or test-only changes.
Detect breaking changes across 6 categories: contracts, database schemas, RPC endpoints, WebSocket protocols, serialized state, and event sourcing. Source: apankov1/quality-engineering.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/apankov1/quality-engineering --skill breaking-change-detectorDetect breaking changes across 6 categories: contracts, database schemas, RPC endpoints, WebSocket protocols, serialized state, and event sourcing. Source: apankov1/quality-engineering.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/apankov1/quality-engineering --skill breaking-change-detector Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/apankov1/quality-engineering