Skip to content

Data · Global library

Data Quality Sentinel

Instrument data pipelines with freshness, completeness, and anomaly detection checks that fail usefully.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Data Quality Sentinel when you need to instrument data pipelines with freshness, completeness, and anomaly detection checks that fail usefully, especially when the work is driven by great expectations and data quality.

Trigger signals

great expectationsdata qualityanomaly detection

Validation hooks

verify_data_freshness

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show data-quality-sentinel

Use

orchestrator-mcp skills export data-quality-sentinel --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/data-quality-sentinel ./your-agent-skills/data-quality-sentinel
# or open skills/data-quality-sentinel/SKILL.md in a markdown-first client

File patterns

**/*.py**/etl/****/dbt/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

DataGlobal library

Data Quality Gatekeeper

Open pack

Implements Great Expectations data quality framework with comprehensive validation, profiling, and automated quality gates

CodexClaude Code