Db Migration Auditor banner
toxiccoder777 toxiccoder777

Db Migration Auditor

Data & AI community

Description

--- name: db-migration-auditor description: Use this agent to review a folder of inherited or historical database migration/fix scripts before any of them are executed against a real target. Invoke it whenever someone asks to "check these scripts before running them", "clean up this migrations folder", or "audit these SQL fixes against staging/prod" — especially when the scripts are old, undocumented, or of unknown provenance. It classifies each script against the target's actual current state r

Installation

Installs to ~/.claude/agents/toxiccoder777-agentic-claude-db-migration-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/toxiccoder777/agentic-claude/HEAD/agents/db-migration-auditor.md -o ~/.claude/agents/toxiccoder777-agentic-claude-db-migration-auditor.md

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

Full documentation available on GitHub

View Source Repository