← Back to Skills Marketplace
Migration Safety Checker
by
charlie-morrison
· GitHub ↗
· v1.0.0
· MIT-0
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install migration-safety-checker
Description
Database migration safety reviewer — detect locks, data loss risks, missing rollback plans, and performance issues in SQL and ORM migrations before they hit...
Usage Guidance
This is an instruction-only, read-and-check checklist intended to run against your repo files — it does not request credentials or install software. Before enabling: (1) review the SKILL.md so you understand the exact commands it suggests (it will run find/git-like checks against the repository); (2) be careful not to supply production DB credentials to the agent unless you intend it to run live queries—this skill does not require them; (3) if you want to limit risk, keep the skill user-invocable (not always-enabled) and review outputs before acting on suggested schema changes.
Capability Analysis
Type: OpenClaw Skill
Name: migration-safety-checker
Version: 1.0.0
The migration-safety-checker skill is a legitimate tool designed to help AI agents review database migration files for common production risks like table locks and data loss. It uses standard, read-only shell commands (find, git diff) in SKILL.md to locate relevant files and provides a comprehensive knowledge base for analyzing SQL and ORM-specific code without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (migration safety review) align with the instructions: the SKILL.md describes how to find migration files, what patterns to look for, ORM-specific checks, and output templates. It does not request unrelated credentials or binaries.
Instruction Scope
Runtime instructions are prose and example shell snippets (find, git diff) intended to run against a repository to locate migration files and review them. The guidance focuses on reading migration and application code and producing a review — no instructions to exfiltrate data or call external services. It does suggest queries like checking row counts but does not include commands that would connect to a production DB or require secrets.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during installation.
Credentials
Requires no environment variables, credentials, or config paths. This is proportional for a static/code-review checklist. If you later provide DB credentials or other secrets to the agent while using the skill, those are external to this skill.
Persistence & Privilege
always:false and no mechanism to persist or modify other skills or agent configuration. The skill does not request elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install migration-safety-checker - After installation, invoke the skill by name or use
/migration-safety-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: DB migration safety review for locks, data loss, rollback issues, and performance
Metadata
Frequently Asked Questions
What is Migration Safety Checker?
Database migration safety reviewer — detect locks, data loss risks, missing rollback plans, and performance issues in SQL and ORM migrations before they hit... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Migration Safety Checker?
Run "/install migration-safety-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Migration Safety Checker free?
Yes, Migration Safety Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Migration Safety Checker support?
Migration Safety Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Migration Safety Checker?
It is built and maintained by charlie-morrison (@charlie-morrison); the current version is v1.0.0.
More Skills