# Migration Contract Checks

> Verify coding migrations create durable schema and update visible version lists.

- Skill: `idanmann10/migration-contract-checks` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add idanmann10/migration-contract-checks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/idanmann10/migration-contract-checks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: idanmann10 (https://skillmd.com/u/idanmann10)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/idanmann10/migration-contract-checks

---


# Migration Contract Checks

Schema changes need tests at both the storage layer and any command that reports migration state.

## Steps

1. Add a migration test that checks the new table or column.
2. Add a repository test that proves the data survives reopening.
3. Update CLI or audit expectations that list migration versions.

# Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

