[User Feedback] Codex review: Use repo migration helper instead of db pull

Open Beginner friendly
#82 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
88/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
postgresql, supabase

Research direction

Open .agents/skills/supabase/SKILL.md and read the “Making and Committing Schema Changes” section. Update the guidance to account for repository migration helpers and naming conventions, while treating Supabase-generated SQL as draft content. Done means the section directs users toward the repository’s canonical migration path and filename convention.

Written by the indexing model from the issue text.

Description

What happened

Task: Generate a migration after Supabase/Postgres schema changes.

Skill said: Generate the migration with supabase db pull <descriptive-name> --local --yes.

Expected: Repos may have their own migration naming/order conventions. In this repo, migrations are created through the repo helper using the next numeric <NNN>_<slug>.sql filename, and Supabase diff/pull output should only be used as input to that repo-managed file.

Source

File: .agents/skills/supabase/SKILL.md

Section: Making and Committing Schema Changes

Fix suggestion

Add a repo-aware note: when a repository provides a migration helper or naming convention, use that helper to create the migration file. Use Supabase CLI-generated SQL as draft content only, then place it into the repo’s canonical migration path/name before review.

Dominant language
TypeScript
Stars
2.6k
Forks
208
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from supabase/agent-skills

All issues in supabase/agent-skills

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.