supabase-reset-test-gen-types

Run a local Supabase reset, database tests, and type generation in sequence. Use when the user asks to run `supabase db reset`, `supabase test db`, and `npm run gen-types` for this repo.

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 "supabase-reset-test-gen-types" with this command: npx skills add dolesshq/self-obsolescence/dolesshq-self-obsolescence-supabase-reset-test-gen-types

Supabase Reset/Test/Gen Types

Workflow

  1. Confirm the working directory is the intended project root:
    • It contains supabase/ configuration.
    • It contains a type-generation script (for example npm run gen-types).
  2. Execute the one-shot command:
supabase db reset --yes && supabase test db && npm run gen-types
  1. If the command succeeds, summarize:
    • database reset succeeded
    • database tests passed
    • types were generated
  2. If any step fails, stop and report the failing command output clearly.

Notes

  • Use --yes to avoid prompts during supabase db reset.
  • Use supabase test db (not supabase db test) for pgTAP tests.
  • If local services are not running, start required Supabase services before retrying.

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.

General

review-plan-implementation

No summary provided by upstream source.

Repository SourceNeeds Review
General

lint-build-loop

No summary provided by upstream source.

Repository SourceNeeds Review
General

execute-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

supabase-reset-test-gen-loop

No summary provided by upstream source.

Repository SourceNeeds Review