在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用db-reset-local
星标1
分支0
更新时间2026年2月8日 23:11
Reset and seed the local database for Drasil.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Reset and seed the local database for Drasil.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create and manage git worktrees (parallel branches) without stash/switching.
Land changes via PRs with CI + AI review loops (issue -> branch/worktree -> PR).
Prisma workflow for schema changes, migrations, and common pitfalls in this repo.
Run and debug integration tests (real Postgres via Prisma) for Drasil.
基于 SOC 职业分类
| name | db-reset-local |
| description | Reset and seed the local database for Drasil. |
| compatibility | opencode |
Use this when you need a clean local database state.
npm run db:reset:localnpx supabase db reset --local).prisma DB user exists (node scripts/create-prisma-user.js).prisma migrate reset).npm run db:seed).npx supabase start..env includes:
DATABASE_URL (Prisma connection string)PRISMA_DB_PASSWORD (used by scripts/create-prisma-user.js)POSTGRES_DB_URL so the test harness can create extensions.