content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Plan Safe Zero-Downtime SQL Migrations
Database migrations can lock tables, corrupt data, or leave applications incompatible. This skill creates staged plans with validation, rollback, batching, and zero-downtime strategies.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "database-migrations-sql-migrations" from https://skillstore.io/skills/sickn33-database-migrations-sql-migrations.md and its manifest at https://skillstore.io/api/skills/sickn33-database-migrations-sql-migrations/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "database-migrations-sql-migrations". Add a nullable verified_at column to a busy users table without stopping writes.
Expected outcome:
Using "database-migrations-sql-migrations". Move order data into a new schema while keeping both application versions available.
Expected outcome:
Using "database-migrations-sql-migrations". Review a migration that adds a required column to a large production table.
Expected outcome:
The direct change may lock the table and reject existing rows. Add the column as nullable, backfill it, validate data, then enforce the constraint.
The skill contains documentation and code samples; none automatically execute commands or access SQLite files, so all 33 static alerts are false positives for those patterns. However, the rollback and Python examples interpolate unvalidated values into SQL and paths, creating adoption-time injection and file-selection risks. No prompt injection, network access, credential exfiltration, or hidden execution was found.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-database-migrations-sql-migrations/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-database-migrations-sql-migrations?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-database-migrations-sql-migrations?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-database-migrations-sql-migrations/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-database-migrations-sql-migrations.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). database-migrations-sql-migrations security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-database-migrations-sql-migrations/audits/5@techreport{sickn33-sickn33-database-migrations-sql-migrations-2026,
author = {sickn33},
title = {database-migrations-sql-migrations security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-database-migrations-sql-migrations/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "database-migrations-sql-migrations security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-database-migrations-sql-migrations/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-database-migrations-sql-migrations:audit:5"
description: "Skillstore immutable audit report identifier"
Plan a backward-compatible schema change while old and new application versions run together.
Define batches, throttling, checkpoints, and validation for a high-volume data migration.
Create deployment sequencing, rollback criteria, and verification steps for automated delivery workflows.
Create a safe migration plan to add [column] to [table] on [database]. Include prerequisites, validation checks, and rollback steps.
Design an expand-contract migration for [schema change] while [old version] and [new version] run concurrently. Include deployment order and compatibility checks.
Plan a zero-downtime backfill for [table] containing [row count] rows. Define batch sizing, throttling, progress checks, failure recovery, and index handling.
Review this proposed migration: [plan]. Identify locking, integrity, injection, rollback, and compatibility risks. Produce a revised sequence with go or no-go gates.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
9 downloads ยท 110 views
File structure
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Understand Logseq Database Schemas
by C0ntr0lledCha0s
Logseq database concepts can be difficult to connect across entities, classes, properties, and validation. This skill explains the Datascript model and provides practical schema templates.
Navigate Empathy Ledger Supabase Schemas
by Acurioustractor
Database work slows down when table names and relationships are unclear. This skill maps Empathy Ledger tables and provides Supabase query patterns for faster planning.
Visualize Database Schemas and Relationships
by CuriousLearner
Database schemas are hard to understand when tables, keys, and indexes are scattered across files. This skill turns schema sources into diagrams, documentation, and relationship analysis.
Plan Safer Database Migrations
by wshobson
Database changes can cause downtime, data loss, and failed deployments. This skill guides migration plans, ORM examples, rollback steps, and zero-downtime sequencing.
Plan Safe and Reversible Migrations
by juliusbrussee
Complex migrations can lose data or break compatibility during staged rollouts. This skill structures transitions around preservation, verification, rollback, and mixed-version safety.
Plan Safe Convex Data Migrations
by get-convex
Breaking Convex schema changes can fail deploys or damage production data. This skill guides safe rollouts, batched backfills, dry runs, and verification.