schema-drift-tracker
Schema drift is the silent erosion of database integrity: a column added to production but not to staging, a NOT NULL that became nullable via a hotfix, a dev-only index that made it to production. This skill compares two schema snapshots (DDL) and the LLM assesses the criticality of each drift.
Pinned to revision 29d23a8cf80e, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/schema-drift-tracker/SKILL.md
- skills/schema-drift-tracker/README.md
- skills/schema-drift-tracker/scripts/drift-diff.ps1
Every link opens the file at its source, pinned to the revision this page describes.