with one click
reset-data
Clean all claims/HITL data and re-seed policies for a fresh start
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Clean all claims/HITL data and re-seed policies for a fresh start
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Pre-ship safety gate. Reviews the current diff before shipping. Use when asked to "review before ship" or "is this safe to ship".
Check if the FastAPI backend is running and healthy
Seed test policies (US + India) with valid dates into the database
Submit a sample claim to the running backend and show the pipeline result
Run pytest tests - all tests, a specific file, or by keyword match
| name | reset-data |
| description | Clean all claims/HITL data and re-seed policies for a fresh start |
| disable-model-invocation | true |
| allowed-tools | Bash(python *) |
Run a full data reset and re-seed:
python scripts/clean_data.py
python scripts/seed_policies.py
If $ARGUMENTS contains "all" or "full", do a complete reset including users:
python scripts/clean_data.py --all
python scripts/seed_policies.py
Report what was cleaned and re-seeded. Warn that if --all was used, the user will need to restart the backend to re-create seed accounts.