validate-pipeline
Installation
SKILL.md
Validate Pipeline
End-to-end validation of the UNS pipeline. Queries TimescaleDB to verify that
readings collected by the clients landed correctly in tag_history.
Usage
/validate-pipeline— query TimescaleDB and report on the data that landed
Prerequisites
Before running, ensure:
- Dependencies installed:
uv sync - The schema is applied and
uns_namespaceis seeded - The collection clients have run, so
tag_historyholds data
To collect without real sources, start the simulator first (a separate
script). If tag_history is empty, the validation script warns and exits.