Migration Safety Reviewer — Data & AI agent for Claude Code
Use this agent after every dotnet ef migrations add and before any migration lands in a commit.
How to install Migration Safety Reviewer
Installs to ~/.claude/agents/lneninger-claude-agentic-auto-improve-migration-safety-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lneninger/claude-agentic-auto-improve/HEAD/.claude/agents/migration-safety-reviewer.md -o ~/.claude/agents/lneninger-claude-agentic-auto-improve-migration-safety-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Migration Safety Reviewer does
name: migration-safety-reviewer description: "Use this agent after every `dotnet ef migrations add` and before any migration lands in a commit. Reviews the generated Up/Down against existing prod data shape — backfill strategy, NOT NULL adds, type compatibility, rename vs drop+add, online index adds, transaction safety, and reversibility. Distinct from schema-design work (handled via `/sql-server-patterns` skill + `dotnet-backend-architect`) — this one asks 'will this run cleanly on the curr
Alternatives in Data & AI
- Read Research For Nyquist Validation Data — cat "$phase_dir"/-RESEARCH.md 2>/dev/null node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" roadmap get-pha 38.5k ★
- Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
- Council Sutskever — Council member 4.2k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
DB Migration Guardian
Validates database migration safety before commit. Detects blocking operations on large tables, missing rollba
Add Task Type
Adds a new AI task type to the woolball server: endpoint, handler, preprocessing route, logic class, DI regist
Data Migration Reviewer
Read-only database-migration reviewer for the forgeward gate. Fires when the diff adds or changes a schema mig
Ce Data Migrations Reviewer
Conditional code-review persona, selected when the diff touches migration files, schema changes, data transfor
DB Migration Specialist
Schema migration specialist for any storage layer (SQL, ORMs, Room, document stores). Use when a change adds/a
Pattern Mapper
Use before implementing a feature that adds or modifies more than 2-3 files. Reads a plan or file list, classi
Related Skills
Migration Audit
Safety review of pending Supabase / Postgres migrations: destructive ops, locking impact on large tables, miss
Design Vector Schema
Design a pgvector migration SQL file. Captures model + dimension + distance metric + row count → generates rev
DB Check
Flyway/Liquibase 마이그레이션 스크립트 정적 분석. db-migration-agent 를 호출해 DROP·NOT NULL·버전 연속성을 검증한다.