Analyze API or schema changes for breaking impact. Use for detecting breaking changes, assessing consumer impact, and planning migrations.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install contract-testing@melodic-software<change> [--scope quick|full|plan]# Check Compatibility Command Analyze API and schema changes to detect breaking changes and plan migrations. ## Usage ## Workflow ### Step 1: Load Skills Load breaking change detection and schema evolution skills: ### Step 2: Parse Change Input Determine change type from input: ### Step 3: Classify Changes For each detected change, classify: ### Step 4: Execute Based on Scope #### Quick Scope (Default) Fast breaking change check: #### Full Scope Spawn compatibility-analyzer agent for detailed analysis: #### Plan Scope Full analysis plus migration planning: ###...