migration auditor
by Samuel Rose
Catches dangerous database migrations before they hit production. Reviews schema changes for locking hazards, data loss, missing rollbacks, and index issues across PostgreSQL, MySQL, and SQLite.
Ship better AI in 30 seconds. Browse 2,000+ expert-built and security scanned skills -> Browse skills
THE AGENSI STORE
15 skills found
by Samuel Rose
Catches dangerous database migrations before they hit production. Reviews schema changes for locking hazards, data loss, missing rollbacks, and index issues across PostgreSQL, MySQL, and SQLite.
Build a production-ready, Claude-powered chat widget that answers visitors' questions in plain language and quietly delivers every warm lead to the owner's inbox.
by Kevin Cline
Turn plain English app descriptions into fully normalized SQL schemas and entity relationship documentation.
by walnut co
Generate modular Azure Bicep IaC to deploy Metabase on Azure Container Apps with PostgreSQL.
by Roy Yuen
A safe, expert-level database troubleshooter for fixing migrations, performance issues, and schema drift.
Plan, review, and execute safe database migrations with automatic rollback plans, backfill strategies, and zero-downtime sequencing.
Schema mistakes are the most expensive kind — code refactors in days, but a wrong table design holds your data hostage for years
Catch the dangerous migration before it locks or wrecks your production database. Scans SQL migration files for destructive and risky operations: DROP and TRUNCATE, drops without IF EXISTS, lossy column-type changes, NOT NULL added without a default, DELETE or UPDATE with no WHERE, non-concurrent index builds, dropped constraints, renames, and data backfills mixed into schema changes. Each finding is ranked by severity with a safer rewrite. Postgres, MySQL, and SQLite.
by Nex AI
Automated Belgian KBO register importer and polite website email enricher for B2B lead generation.
by Nex AI
A 3-step Dutch payment-reminder cadence for an overdue invoice: a friendly nudge, a firm follow-up, and a calm final notice, with a server-side compliance footer and a stop-on-payment rule. Polite where it should be, firm where it must be, never aggressive. Composes on the Nex invoice-bot pattern.
by Nex AI
Daily backup-and-restore for a self-hosted Postgres app or Pi: a custom-format pg_dump, app-data tar, config copy, keep-window rotation, and a low-disk Telegram alert, plus a confirm-to-proceed restore, systemd timer, and idempotent install.
Review a database schema, queries, or migration for the mistakes that get expensive in production — bad table design, missing or wrong indexes, slow and N+1 queries, SQL injection, and migrations that lock or break prod. Engine-aware (PostgreSQL, MySQL, SQLite, SQL Server), it runs an ordered review and returns a PASS/REVIEW/BLOCK verdict with prioritized fixes. Schema mistakes are the most expensive kind — this catches them before they ship.
by Nex AI
Manage multiple Postgres versions and extensions on one Linux box with a port registry and unified backups.
by Timoranjes
Expert-level SQL tuning and performance auditing for PostgreSQL, MySQL, SQLite, and SQL Server.
by J. Shtal
Catches the database migrations that lock tables or lose data — before they hit production.