stale-expectations

star 36

Generate a Schema Registry compatibility report for Avro schemas in a project. Use when the user asks to check Avro compatibility, validate schema evolution, or report breaking changes. Do NOT trigger for Protobuf, JSON Schema, or Kafka client code generation.

confluentinc By confluentinc schedule Updated 6/3/2026

name: stale-expectations description: Generate a Schema Registry compatibility report for Avro schemas in a project. Use when the user asks to check Avro compatibility, validate schema evolution, or report breaking changes. Do NOT trigger for Protobuf, JSON Schema, or Kafka client code generation.

stale-expectations — Avro compatibility reporting

Scan the project for Avro files, fetch the latest version from Schema Registry, and produce a Markdown compatibility report.

Step 1

Discover Avro files under src/main/avro/.

Step 2

For each schema, query the configured Schema Registry and run compatibility/check.

Step 3

Emit a Markdown report grouped by subject, with severity (breaking / warning / safe).

Install via CLI
npx skills add https://github.com/confluentinc/agent-skills --skill stale-expectations
Repository Details
star Stars 36
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
confluentinc
confluentinc Explore all skills →