원클릭으로
train-smoke
Run a minimal train/import smoke for ML crates (Rust or Python HF). Use before claiming a training path works.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a minimal train/import smoke for ML crates (Rust or Python HF). Use before claiming a training path works.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft or refresh a Hugging Face model card (MODEL_CARD.md / README model section). Use when publishing BitNet/trit/HF checkpoints or training runs.
Run the standard Rust local gate (fmt, clippy -D warnings, build, test). Use before commits/PRs on Rust crates.
Prepare code for git commit by running format checks, lints, tests, and generating a commit message. Use before committing changes.
Detect drift from tzervas fleet standards (workflows, badges, issue tiers, Copilot off). Use when auditing a repo or filing fleet-gap issues.
Two-pass pull request review — triage by size/risk, then grounded file:line checklist. Use when reviewing PRs or before merge.
Review Rust unsafe blocks for SAFETY comments (what/why/invariants). Use when writing or reviewing unsafe Rust.
| name | train-smoke |
| description | Run a minimal train/import smoke for ML crates (Rust or Python HF). Use before claiming a training path works. |
| metadata | {"author":"tz-forge","version":"1.0","domain":"ml"} |
| allowed-tools | Bash(cargo:*) Bash(uv:*) Bash(python:*) Bash(pytest:*) |
ml-rust-crate or ml-python-hf./scripts/check.sh --quick # or cargo test --all-features
cargo test --all-features
uv sync --all-groups 2>/dev/null || uv sync
uv run python -m {{project_snake}}.train_smoke
uv run pytest -q
wandb/, checkpoints/, *.safetensors, large .bin/.pt.Train smoke
===========
kind: ml-rust-crate | ml-python-hf
imports: ✅/❌
tests: ✅/❌
notes: ...