import-guardian

Validate CSV files against schema, duplicates, and statistical ranges before database import.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VatoCodes/Bet-That_Proof-of-Concept --skill import-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-guardian
Source: https://github.com/VatoCodes/Bet-That_Proof-of-Concept/tree/main/.claude/skills/import-guardian
Command: npx skills add https://github.com/VatoCodes/Bet-That_Proof-of-Concept --skill import-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill acts as a critical quality gate, preventing erroneous or inconsistent data from ever entering your database. It automates pre-import validation, saving you from costly data cleanup and ensuring your data pipeline remains robust and reliable.

Core Features & Use Cases

  • Pre-Import Validation: Checks CSV schema, position filtering, team assignments, duplicates, and statistical ranges before data ingestion.
  • Auto-Fix Capabilities: Can automatically remove non-QBs, duplicates, populate missing teams, normalize names, and clip values to realistic ranges.
  • Use Case: Before importing a new batch of game logs or QB stats, run this Skill to automatically validate the CSV files, ensuring only clean, correctly formatted data makes it into your system.

Quick Start

Validate the CSV file 'data/game_log.csv' for the 'player_game_log' table.