Review Migration
SkillDatabases & dataReviews database migrations before they merge.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Review Migration skill
What this skill tells your AI
The instructions your AI receives, as published by stbenjam/skillsaw in tests/fixtures/large-skill-library/skills/review-migration/SKILL.md and read by ahel’s review.
Checks a pending migration for locks, backfills, and rollback safety before it reaches the deploy queue.
What to check
- Does the migration take an exclusive lock on a table larger than a million rows? See the locking notes.
- Is the backfill batched, with a bounded batch size?
- Can the migration be reverted without data loss?
A migration that fails any of these gets a written explanation on the pull request, using the review template.
Prior decisions are recorded in the migration log.
Signals
- GitHub stars
- 66
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
review-migration-stbenjam- Source
- github.com/stbenjam/skillsaw