Protobuf/gRPC breaking change detector. Compares two versions of .proto files (via git diff, two directories, or a before/after pair) and classifies every change as BREAKING, NON-BREAKING, or NOTE. Detects field number reuse (CRITICAL), field type changes, removed fields without deprecation, removed RPC methods, streaming mode changes, enum value removal, service/package renames, and oneof mutations. Zero external dependencies — pure .proto regex parsing, no protoc required. Outputs a migration guide + CI fail-gate command. Zero competitors on ClawHub.

Install

openclaw skills install @phy041/phy-proto-break-check