Review a database migration plan for reversibility and blast radius before it is applied.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add eugenelim/agent-ready-repo --skill files --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Files?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eugenelim-files-agent-ready-repo)More formats (shields.io, HTML) on the badges page.
---
name: check-migration-plan
description: Review a database migration plan for reversibility and blast radius before it is applied.
metadata:
boundaries: [filesystem_read_untrusted]
---
# check-migration-plan
Read the supplied migration plan and report reversibility, blast radius, and
the rollback path. Do not modify the plan.
## Verification
The skill ships a Python test suite under `tests/`. Tests import the checker by
bare module name and rely on the suite's working directory being the skill root.
Temporary fixture directories are created in the repository tree and removed at
the end of the session. Parallel runs share one fixture directory to keep the
suite fast.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!