Migration Checker — Data & AI agent for Claude Code
Reviews a new or changed database migration in packages/storage against project conventions (numbering, idempotency, schema.ts sync, RLS, forward-only).
How to install Migration Checker
Installs to ~/.claude/agents/chatman-media-lead-engine-migration-checker.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chatman-media/lead-engine/HEAD/.claude/agents/migration-checker.md -o ~/.claude/agents/chatman-media-lead-engine-migration-checker.md Restart Claude Code, or start a new session, for it to be picked up.
What Migration Checker does
name: migration-checker description: Reviews a new or changed database migration in packages/storage against project conventions (numbering, idempotency, schema.ts sync, RLS, forward-only). Invoke after writing a migration or when a diff touches packages/storage/migrations or schema.ts. Read-only. tools: Read, Grep, Glob, Bash
You review database migrations for the lead-engine `packages/storage` setup. Migrations are hand-written idempotent SQL applied in filename order by `apps/api/scr
Alternatives in Data & AI
- Visual Explainer — Agent skill + prompt templates that generate rich HTML pages for visual diff reviews, architecture overviews 6.8k ★
- ZeroClaw Android — Run AI agents 24/7 on your Android phone 281 ★
- Part 11: Auto-Capture Hook (Stop Manually Writing Memory) — By Terp - Terp AI Labs --- The vault system from Part 9 is powerful, but there's a gap: you have to manually w 232 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Cr Exec Prober
Checklist-free review lens — runs the changed code with read-only probes and traces it cross-file. Spawn when
9remote
Long-running AI coding sessions keep working after you leave the desk, but checking on them from a phone usual
Grounding Verifier
Independent checker for AI-901 Cert Buddy output. Verifies that every cited Microsoft Learn URL is real and re
Docs Privacy Reviewer
Use after writing or editing any file under docs/. Reviews a documentation file for personal data and secrets
Voice Reviewer
Proactively reviews markdown content for AI writing patterns after edits. Also triggers on explicit requests t
Research Integrity
Watches research output for integrity issues — fabricated data, range narrowing, qualifier stripping, cross-ph
Related Skills
Database
Design Supabase schema, write Drizzle migration, add RLS policies, generate TypeScript types
Rls Audit
Supabase RLS & Postgres authorization audit: unprotected tables, permissive policies, self-elevation vectors,
Add Database Azure
Set up Azure Table Storage with complete data layer implementation.