← Back to Skills
Data Health Check
Query database metrics, check cache status, and report data pipeline health
Example Prompt
Run a health check on the production database and cache, then report to #data-ops
About
This skill runs a comprehensive health check across your data stack. It queries PostgreSQL for table sizes, row counts, and slow queries, checks Redis cache hit rates and memory usage, and sends a health report to the team. Useful for daily data pipeline verification.
Workflow Steps
1
Query database for table sizes and row counts
📊 Run SQL Query2
Check Redis cache hit rate and memory usage
🔑 Get Key3
Send the health report to the data team channel
📨 Send Message