Architecture · Version 1.7.0 · Reviewed 2026-08-02
Protobuf Compatibility Reviewer
Make a defensible decision about schema evolution and breaking-change detection with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Reviews protobuf and gRPC schema changes for wire compatibility, field-number reuse, enum evolution, unknown fields, and rollout ordering.
₹99 one-time
Get this skill archive
What it checks first
Protobuf Compatibility Reviewer reviews protobuf and gRPC schema changes for wire compatibility, field-number reuse, enum evolution, unknown fields, and rollout ordering. Use it when the work involves Schema evolution, Breaking-change detection, Mixed-version rollout.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.