What problem does it solve? After importing toll passage (pasadas) data from ConsumosResumen Excel or Telepase CSV files, dates and key fields can end up wrong in the database. This Skill provides a safe, read-only workflow to reconcile production pasadas rows against the original source files and report only real mismatches. ## Core Features & Use Cases - Read-only reconciliation: Compares fecha_hora and key fields (patente, pase, factura, estación, precio) between source files and the DESARROLLO Supabase project without any writes. - Timezone-safe comparison: Converts Excel serial dates and CSV strings to UTC wall-clock, avoiding the common false 3-hour offset caused by local-time parsing. - Threshold-based reporting: Reports only mismatches above a configurable time delta (default 4 minutes), filtering out sub-minute noise. - Use Case: After a wizard load of ConsumosResumen-202607-1.xlsx, verify that every row's fecha_hora in the pasadas table matches the Excel Fecha column, and get a table of only the rows that differ by more than 4 minutes. ## Quick Start Verify the pasadas loaded from the file ConsumosResumen-202607-1.xlsx against the DESARROLLO database and report any fecha_hora mismatches over 4 minutes.