원클릭으로
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.