Production Seed Vs Demo Seed Split

Use when about to push a Code-Repo with seed/fixture-data containing real personal/customer/tenant data to a Remote (GitHub, GitLab) — even private. Triggers on phrases like "push repo for the first time", "create new private repo", "set up GitHub remote for <project>", "commit seed.py", "tenant data in code", "customer data in test data", "GDPR test data". Do NOT load for repos without personal data (pure tech repos like ESP32-firmware), for already-pushed repos (then it's git-filter-repo territory, different skill), or for ephemeral test-data without real-person reference. Encodes a property-management push-session pattern: 26 commits contained real tenant data + a .env demo credential; without the pre-push scan everything would have landed on GitHub.

Ed3Design Updated

File contents

Ed3Design/ed3design-skill-bundles/tree/main/schema-discipline/skills/production-seed-vs-demo-seed-split commit 83e2798a30

Frequently asked questions

npx skillmds@latest add ed3design/production-seed-vs-demo-seed-split