بنقرة واحدة
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.