원클릭으로
test
Run pytest tests - all tests, a specific file, or by keyword match
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run pytest tests - all tests, a specific file, or by keyword match
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
Clean all claims/HITL data and re-seed policies for a fresh start
Seed test policies (US + India) with valid dates into the database
Submit a sample claim to the running backend and show the pipeline result
SOC 직업 분류 기준
| name | test |
| description | Run pytest tests - all tests, a specific file, or by keyword match |
| argument-hint | [agent-name or test file] (optional, runs all if omitted) |
| allowed-tools | Bash(pytest *) |
Run the project test suite. Tests use mocked LLMs and default to US country profile.
If $ARGUMENTS is provided:
/ or .py), run that file directlypytest tests/ -q -k "$ARGUMENTS"If no arguments, run the full suite:
pytest tests/ -q
Report pass/fail counts and any failures with file:line references.