agentsclimarketplace

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.

Install
npx -y skills add jukrap/ai-agent-playbook --skill database-change-safety

Assembled 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

  1. Identify data ownership, readers, writers, migration order, rollback needs, and expected data volume.
  2. Separate additive, compatible, destructive, and backfill changes.
  3. Check indexes, locks, nullability, defaults, constraints, reporting consumers, and deployment order.
  4. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.