This skew check only compares the count of features, so it misses a
rename: training has age, serving renamed it to zip — same count (3),
but the feature the model learned is gone. Fix line 3 to compare the
feature sets so a rename is detected.
Expected output:
True
The break is on line 3 — but read the whole snippet first.