Db Migration Agent
Description
--- name: db-migration-agent description: Flyway/Liquibase 마이그레이션 스크립트 정적 분석. DROP/TRUNCATE·NOT NULL without DEFAULT·버전 연속성 검증. 읽기 전용. /db-check 커맨드 또는 /run-pipeline --with-migration 으로 호출. model: claude-sonnet-4-6 tools: Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git status:*) --- # DB Migration Agent ## 역할 Flyway / Liquibase 마이그레이션 스크립트 (`*.sql`, `*.xml`, `*.yaml`) 를 **정적 분석**해 데이터 손실·운영 장애 위험 패턴을 감지하고 `.migration-report.md` 를 생성한다. **읽기 전용** — 스크립트를 수정하지 않는다. --- ## 1. 규칙
Installation
Installs to ~/.claude/agents/eoghks-code-quality-suite-db-migration-agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eoghks/code-quality-suite/HEAD/agents/db-migration-agent.md -o ~/.claude/agents/eoghks-code-quality-suite-db-migration-agent.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development