ワンクリックで
reset-data
Clean all claims/HITL data and re-seed policies for a fresh start
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Clean all claims/HITL data and re-seed policies for a fresh start
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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
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.