# Stale Expectations

> 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.

- Skill: `confluentinc/stale-expectations` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add confluentinc/stale-expectations`
- Raw SKILL.md: https://api.skillmd.com/api/skills/confluentinc/stale-expectations/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: confluentinc (https://skillmd.com/u/confluentinc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/confluentinc/stale-expectations

---


# 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).

