con un clic
reset-data
Clean all claims/HITL data and re-seed policies for a fresh start
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Clean all claims/HITL data and re-seed policies for a fresh start
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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.