data-quality-monitoring

Detects anomalies, drift, and missing values in batch and streaming data pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fabioc-aloha/AlexMedia --skill data-quality-monitoring
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data-quality-monitoring
Source: https://github.com/fabioc-aloha/AlexMedia/tree/main/.github/skills/data-quality-monitoring
Command: npx skills add https://github.com/fabioc-aloha/AlexMedia --skill data-quality-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data teams rely on trustworthy data pipelines; this Skill provides automated checks to detect quality issues before they impact decisions.

Core Features & Use Cases

  • Anomaly detection across pipelines (row count, drift, null ratios) to surface issues quickly.
  • Schema drift and freshness checks to guard against silent data quality degradation.
  • Safe-write protections and baseline management to prevent unsafe data overwrites.

Quick Start

Run a data quality check on the latest pipeline run.

Frequently Asked Questions about data-quality-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect data anomalies and schema drift in a data pipeline?▼

Data anomaly and schema drift detection works by scoring pipeline metadata and row-level metrics against established baselines. This skill evaluates row counts, null ratios, and schemas to catch silent degradation and trigger quality alerts.

What is the best way to monitor data freshness gaps in streaming and batch pipelines?▼

Monitoring data freshness gaps requires assessing data arrival times against expected update intervals. This skill performs freshness assessment on batch and streaming pipelines to trigger guardrails when expected data becomes stale.

How do I track null ratios and prevent unsafe data overwrites in my pipeline?▼

Null ratio tracking and safe-write protection prevent unsafe overwrites by validating row-level metrics against baselines before writes occur. This skill applies safe-write checks to block corrupt data from overwriting trustworthy pipeline outputs.

Does this data quality monitoring approach work without external dependencies?▼

Yes, this data quality monitoring approach operates without external dependencies. It applies anomaly scoring, schema drift checks, and freshness assessment directly to pipeline data to trigger guardrails and quality alerts independently.

When should I use automated data quality checks instead of manual validation?▼

Automated data quality checks are necessary when pipelines process high volumes of batch or streaming data where manual validation fails. Use this approach to continuously monitor metadata, schemas, and row-level metrics for drift and freshness gaps.