DB Reset Skill
When to Apply
- •User requests a clean data reset.
- •Migration/seeding drift causes local breakage.
- •Test data must be rebuilt from scratch.
Workflow
- •Confirm environment scope (local/test/staging) and risk.
- •Identify reset command pattern from project tooling.
- •Execute reset + seed using project-standard commands.
- •Validate schema status and key baseline data.
- •Report exactly what was destroyed/recreated.
Safety
- •Do not run destructive reset on production data.
- •Prefer scoped resets where supported.
- •Call out irreversible actions before execution.