db-reset

Resets and reseeds development/test databases safely. Use when a clean database state is needed for debugging, migration verification, or reproducible QA scenarios.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "db-reset" with this command: npx skills add erinrugas/artisan-agents/erinrugas-artisan-agents-db-reset

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

  1. Confirm environment scope (local/test/staging) and risk.
  2. Identify reset command pattern from project tooling.
  3. Execute reset + seed using project-standard commands.
  4. Validate schema status and key baseline data.
  5. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

git-sync

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

api-endpoint

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tenant-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

git-branch

No summary provided by upstream source.

Repository SourceNeeds Review