원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.