Generate deterministic Replit-agent prompts for applying and verifying ZeeMe database schema changes. Use when schema files change and Replit must stay in sync with local development.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate deterministic Replit-agent prompts for applying and verifying ZeeMe database schema changes. Use when schema files change and Replit must stay in sync with local development.
ZeeMe Replit Schema Sync
Generate a Replit Prompt
Run skills/zeeme-replit-schema-sync/scripts/generate_replit_schema_prompt.sh "<feature-name>".
Copy the generated prompt to the Replit agent.
Require explicit verification output (tables, columns, indexes, enums, and API smoke).
Require explicit npm run db:push confirmation after schema pull/update on Replit.
Enforce Schema-Sync Rules
Include changed files in the prompt.
Require non-destructive apply path first.
Require SQL verification for new tables/columns.
Require API route smoke checks when schema affects runtime behavior.
If /api/chat/respond or /api/chat/respond/stream starts returning 502 after deploy, verify schema parity before debugging Gemini integration.
Use References
Read references/replit-schema-runbook.md for DB verification SQL and rollback-safe checks.