validate-historical

Identify gaps and quality issues in historical NBA data across a date range.

1|Updated May 24, 2025
One-click install
npx skills add https://github.com/najicham/nba-stats-scraper --skill validate-historical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-historical
Source: https://github.com/najicham/nba-stats-scraper/tree/main/.claude/skills/validate-historical
Command: npx skills add https://github.com/najicham/nba-stats-scraper --skill validate-historical

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps data teams verify that historical NBA data is complete and accurate, preventing cascading errors in analytics and model predictions.

Core Features & Use Cases

  • Per-date completeness checks: detect missing raw or analytics data for a given date range.
  • Cascade impact assessment: estimate how gaps affect rolling averages and downstream predictions.
  • Remediation planning: provide a clear, ordered set of steps to backfill data and revalidate results.

Quick Start

Run a rapid baseline validation over a recent date window with a simple command, for example: /validate-historical 7

Frequently Asked Questions about validate-historical

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

FAQPage Schema
How do I check historical NBA data completeness for missing dates in BigQuery?

Historical NBA data completeness checks in BigQuery detect missing raw or analytics records across a targeted date range. The validation skill runs per-date queries to identify gaps and outputs reproducible results for export to dashboards.

What is a data cascade and how does it affect rolling NBA analytics features?

A data cascade occurs when missing historical NBA data propagates errors into rolling averages and downstream model predictions. Cascade impact assessment estimates how undetected date gaps degrade the accuracy of subsequent analytics workflows.

How do I plan remediation to backfill missing NBA data gaps across pipeline phases?

Remediation planning provides an ordered set of steps to backfill missing historical NBA data and revalidate results. It generates a clear workflow to fix gaps across pipeline phases and ensure data quality is restored.

Can I run a rapid baseline validation over a recent NBA date window without complex setup?

Rapid baseline validation over a recent NBA date window requires no complex setup. You can run a simple command targeting a specific number of days to quickly detect data quality issues and missing records.

Why does missing historical NBA data cause cascading errors in model predictions?

Missing historical NBA data causes cascading errors because rolling features and analytics models depend on continuous date sequences. Undetected gaps skew rolling averages, which propagates inaccuracies into downstream model predictions.