pre deploy guardian
by Timoranjes
A rigorous 8-phase validation pipeline to audit environment, security, data migrations, and API stability before deploy.
Ship agent workflows in 30 seconds. Browse 2,000+ expert-built and security scanned skill -> Browse skills
THE AGENSI STORE
7 skills found
by Timoranjes
A rigorous 8-phase validation pipeline to audit environment, security, data migrations, and API stability before deploy.
Automated 8-point pre-deployment safety audit to catch breaking migrations, missing env vars, and CVEs.
by Timoranjes
Production-safe database migrations with zero-downtime strategies, batch backfilling, and multi-ORM support.
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.
Plan, review, and execute safe database migrations with automatic rollback plans, backfill strategies, and zero-downtime sequencing.
The migration ran instantly in staging and locked a 40-million-row table in production for nine minutes — because staging had 400 rows
by Timoranjes
Teaches AI coding agents to design safe Prisma schemas that prevent data loss, race conditions, N+1 queries, and the dangerous Prisma migration reset. Covers 12 critical anti-patterns (missing indexes