·breaking-change-detector
</>

breaking-change-detector

Detect breaking changes across 6 categories: contracts, database schemas, RPC endpoints, WebSocket protocols, serialized state, and event sourcing.

14Installs·0Trend·@apankov1

Installation

$npx skills add https://github.com/apankov1/quality-engineering --skill breaking-change-detector

How to Install breaking-change-detector

Quickly install breaking-change-detector AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/apankov1/quality-engineering --skill breaking-change-detector
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: apankov1/quality-engineering.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/apankov1/quality-engineering --skill breaking-change-detector
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from apankov1/quality-engineering

Quick answers

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.

How do I install breaking-change-detector?

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

Where is the source repository?

https://github.com/apankov1/quality-engineering