ワンクリックで
validate
Run minimum test set for files touched. Use after every edit, before marking task done.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run minimum test set for files touched. Use after every edit, before marking task done.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Quick reference for src/vramgeist/calc.py — formulas, public functions, gotchas. Use before editing calc.py.
Keep input small. Use before any Read or Grep call when context budget tight.
Quick reference for src/vramgeist/gguf.py parser. Use before editing gguf.py or adding new metadata keys.
Pick next unfinished task from TASK_BOARD.md. Use at start of every session and after finishing one task.
One-page repo layout. Use to locate files without globbing. First skill to invoke after pick-task.
Required end-of-response format. Use before submitting any response that edited files.
| name | validate |
| description | Run minimum test set for files touched. Use after every edit, before marking task done. |
Map touched file → exact command. Run ONLY relevant subset.
| Touched | Command |
|---|---|
src/vramgeist/calc.py | uv run pytest tests/test_calc.py tests/test_calc_extra.py |
src/vramgeist/gguf.py | uv run pytest tests/test_gguf.py tests/test_gguf_deep.py |
src/vramgeist/hw.py | uv run pytest tests/test_hw.py tests/test_hw_extra.py tests/test_hw_mocks.py |
src/vramgeist/cli.py | uv run pytest tests/test_cli_no_args.py tests/test_cli_extra.py tests/test_main.py |
src/vramgeist/bench/** | uv run pytest tests/test_bench_mock.py tests/test_bench_integration.py tests/test_llama_bench.py |
src/vramgeist/_rich_fallback.py | uv run pytest tests/test_rich_fallback*.py |
src/vramgeist/config*.py | uv run pytest -k "config" |
src/vramgeist/validate.py | uv run pytest -k "validate" |
src/vramgeist/tui/** | uv run pytest -k "tui or browse" |
| Multi-area or unsure | uv run pytest |