daily

Verify Ludi-Bot data integrity, API quotas, and system readiness before the 10 AM simulation.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/LudiInformatio/Ludi-Bot --skill daily-ludiinformatio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily
Source: https://github.com/LudiInformatio/Ludi-Bot/tree/main/.gemini/skills/daily
Command: npx skills add https://github.com/LudiInformatio/Ludi-Bot --skill daily-ludiinformatio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill proactively checks the health and readiness of the Ludi-Bot's daily data pipeline, preventing potential simulation failures due to data integrity issues, API limits, or system errors.

Core Features & Use Cases

  • Automated Health Monitoring: Verifies critical components of the data pipeline, including database freshness, API quota usage, and module execution status.
  • Proactive Issue Detection: Identifies potential problems before the 10 AM simulation run, allowing for timely intervention.
  • Use Case: Before the daily NBA player projections are generated, run this skill to confirm that all necessary data has been ingested, API limits are not exceeded, and the system is operating within expected parameters.

Quick Start

Run the daily health check for the Ludi-Bot system.

Frequently Asked Questions about daily

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

FAQPage Schema
How do I run a daily pipeline health check before simulation?

To run a daily pipeline health check, execute the script to verify data integrity, API quotas, and system readiness. It analyzes database freshness and checks GitHub Actions to ensure operational status before the 10 AM simulation run.

What does database freshness monitoring do for data pipelines?

Database freshness monitoring verifies that your data pipeline has ingested the latest data correctly. It checks the recency and integrity of database records to prevent simulation failures caused by outdated or missing inputs.

Can I check API quota usage before running automated simulations?

Yes, you can check API quota usage to ensure limits are not exceeded. The system monitors API consumption proactively, identifying potential quota issues before the daily simulation to allow for timely intervention.

How do I monitor GitHub Actions status for pipeline readiness?

You can monitor GitHub Actions status by running an automated health check that analyzes module execution outputs. This verifies that all pipeline components have executed successfully and the system is operating within expected parameters.

Why does my daily data pipeline simulation fail?

Daily data pipeline simulations fail due to data integrity issues, exceeded API limits, or system errors. Proactive health monitoring identifies these problems by checking database freshness and module execution status before the simulation run.

Do I need any dependencies to run pipeline monitoring scripts?

No external dependencies are required to run the pipeline monitoring scripts. The health check operates independently to analyze database freshness, API quotas, and GitHub Actions status for system readiness verification.