migration-safety-checkerCheck database migrations for safety — detect data loss risks, locking operations, backward compatibility issues, and deployment ordering problems across SQL...
Install via ClawdBot CLI:
clawdbot install charlie-morrison/migration-safety-checkerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
An e-commerce company uses the migration safety checker to review schema changes during a major feature rollout. It catches an ALTER TABLE that would lock the orders table on millions of rows, suggesting CONCURRENTLY and nullable defaults instead, preventing a 15-minute outage.
A fintech startup must ensure all database migrations are reversible for audit compliance. The tool flags a DROP COLUMN without a rollback plan and a RunPython migration without reverse_code, enforcing proper down migrations before production.
A SaaS team integrates the checker into CI to automatically review migration files in pull requests. It detects a missing WHERE clause in a DELETE statement and a backfill that should use batching, speeding up code review and reducing data loss risk.
A healthcare application with strict data integrity requirements uses the checker before every deployment. It identifies a column type change that could truncate patient records, and recommends a safer approach using a new column and backfill.
An enterprise is migrating from a legacy schema to a new one across hundreds of tables. The tool reviews each migration step, flagging locks on large tables and suggesting batch processing, ensuring the multi-week process causes minimal downtime.
Free tier offers manual migration checks for up to 10 files/month; premium includes CI integration, rollback testing, and priority support. Revenue comes from monthly subscriptions ($50-500/month) based on file volume and team size.
Charged per developer seat ($20/month) with unlimited migration reviews, plus add-ons for concurrent analysis and historical trend reporting. Target: development teams at mid-size companies.
Large financial or healthcare institutions pay an annual license ($20k-$100k) for an on-premise version with custom rules, audit logs, and compliance reporting. Includes dedicated support and training.
💬 Integration Tip
Integrate the checker as a CI job that parses migration diffs and runs the safety analysis, then posts results as a PR comment. For maximum impact, combine with row count queries from production stats to prioritize high-risk changes.
Scored Jul 24, 2026
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Stop waiting for prompts. Keep working.
Turn OpenClaw into a learning-loop agent with seeded workspace rules, skill promotion, reflective memory, and proactive maintenance.
Meta-agent skill for orchestrating complex tasks through autonomous sub-agents. Decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files, coordinates file-based communication, consolidates results, and dissolves agents upon completion. MANDATORY TRIGGERS: orchestrate, multi-agent, decompose task, spawn agents, sub-agents, parallel agents, agent coordination, task breakdown, meta-agent, agent factory, delegate tasks
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Complete toolkit for creating autonomous AI agents and managing Discord channels for OpenClaw. Use when setting up multi-agent systems, creating new agents, or managing Discord channel organization.