ワンクリックで
seed-db
Load the local Postgres database with a small set of sample rows for development.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Load the local Postgres database with a small set of sample rows for development.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | seed-db |
| description | Load the local Postgres database with a small set of sample rows for development. |
Seed the development database with sample data.
Steps:
npm run db:reset to drop and recreate the schema.npm run db:seed to insert the sample rows.Stop and report if any step exits non-zero. Do not retry against a different database.