AI AGENT ADDONS

Checking Freshness

astronomer/agents
Databases
839installs

Data can become outdated quickly. This skill helps you check if your data is still fresh enough to use. You can find the last update time for any table in your database. It gives a clear status like Fresh, Stale, or Very Stale. You can also see how many hours ago the data was updated. This helps you avoid making decisions based on old information.

The skill works with common timestamp columns like _loaded_at or updated_at. It runs simple SQL queries to get the answer fast. If the data is stale, it can also guide you to check the pipeline that loads it. This is useful for anyone who relies on timely data for reports or analysis.

Add Checking Freshness skill to your workflow

Global

mkdir -p ~/.claude/skills/checking-freshness

Project

mkdir -p .claude/skills/checking-freshness

Source Repository

Stars
393
Forks
55
Watchers
393
License
Apache-2.0
Last Push
26 days ago
Created
6 months ago