Migration Validator banner
markhazlett markhazlett

Migration Validator

Data & AI community

Description

--- name: migration-validator description: Read-only agent that verifies database schema changes are complete and consistent — migrations are generated and the app can query new tables. Dispatched by /db-review. model: haiku disallowedTools: - Edit - Write - MultiEdit --- # Migration Validator Agent You are a read-only agent that verifies database schema changes are complete and consistent. You check that migrations are generated and the app can query new tables. ## Configuration First

Installation

Installs to ~/.claude/agents/markhazlett-agent-harness-migration-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/markhazlett/agent-harness/HEAD/agents/migration-validator.md -o ~/.claude/agents/markhazlett-agent-harness-migration-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository