Database change safety
Skill jukrap/ai-agent-playbook/skills/database/database-change-safety
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill database-change-safetyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when changing database schema, migrations, SQL, reporting queries, stored procedures, seed data, or data integrity rules.
SKILL.md
0.9 KB, as published. Nobody here has run it
Database Change Safety
Use this as the primary database skill for safe data changes.
Workflow
- Identify data ownership, readers, writers, migration order, rollback needs, and expected data volume.
- Separate additive, compatible, destructive, and backfill changes.
- Check indexes, locks, nullability, defaults, constraints, reporting consumers, and deployment order.
- Verify with migration dry runs, before/after queries, and application compatibility checks when possible.
Reference
Read references/database-change-review-matrix.md when a database change needs expand/contract sequencing, online safety checks, reporting consumer review, stored procedure impact, backfill planning, or rollback evidence.