بنقرة واحدة
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.