Design, audit, and evolve sports analytics data models with a balanced audit-first workflow plus implementation support. Use when working on schema design, SQL queries, migrations, feature pipelines, entity resolution, temporal joins, backtest dataset quality, or model-readiness checks for NBA analytics (and league-portable patterns for future WNBA/NFL use).
Use this skill to run a balanced workflow: audit current data quality and temporal correctness first, then implement schema/feature improvements with migration-safe SQL and Python.
scripts/audit_temporal_integrity.pyscripts/audit_feature_coverage.pyscripts/audit_entity_resolution.pycritical: leakage/corruption/blocking defectshighmedium: quality drift/coverage gapsReturn results in this order:
critical -> high -> medium)references/temporal-integrity.mdreferences/schema-blueprints.mdreferences/feature-contracts.mdreferences/league-adaptation.mdscripts/audit_temporal_integrity.py: temporal leakage and chronology checksscripts/audit_feature_coverage.py: key-table and null-coverage checksscripts/audit_entity_resolution.py: canonical/entity consistency checks