data-observability
Installation
SKILL.md
Data Observability
Use this skill when the problem is not "is the code deployed?" but "is the data still arriving, complete, and on time?"
Goal
Detect broken or degraded data delivery before downstream users notice.
Working approach
- Identify the unit of delay or completeness:
- batch run
- partition
- row count
- stream offset
- commit version
- Define the consumer-facing SLA first.
- Track both freshness and volume, not just task success.
- Alert on states that require action, not on every anomaly.