Runtime verification tests for bazzite-ai installation. Tests GPU detection, CUDA, PyTorch, service health, network connectivity, and pod lifecycles. Use when users need to verify their bazzite-ai installation works correctly.
View on GitHubatrawog/bazzite-ai-plugins
bazzite-ai
bazzite-ai/skills/test/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/atrawog/bazzite-ai-plugins/blob/main/bazzite-ai/skills/test/SKILL.md -a claude-code --skill testInstallation paths:
.claude/skills/test/# Test - Runtime Verification ## Overview The `test` command provides comprehensive runtime verification for bazzite-ai installations. It tests GPU detection, CUDA/PyTorch functionality, service health, network connectivity, and pod container lifecycles. **Key Concept:** Tests run on the LOCAL system to verify actual functionality, not just syntax. ## Quick Reference | Action | Command | Description | |--------|---------|-------------| | All | `ujust test all` | Run all tests | | Apptainer | `ujust test apptainer` | Apptainer GPU detection | | Apptainer GPU | `ujust test apptainer gpu` | Apptainer GPU detection | | Bootc | `ujust test bootc` | Bootc ephemeral VM test | | ComfyUI | `ujust test comfyui` | ComfyUI test | | Config | `ujust test config` | Configuration test | | CUDA | `ujust test cuda` | CUDA test | | GPU | `ujust test gpu` | GPU availability test | | Help | `ujust test help` | Show test help | | Jupyter | `ujust test jupyter` | JupyterLab test | | Network | `ujust test network` | Network test | | Ollama | `ujust test ollama` | Ollama inference test | | Open WebUI | `ujust test openwebui` | Open WebUI test | | Pods | `ujust test pods` | Pod container tests | | PyTorch | `ujust test pytorch` | PyTorch test | | Quick | `ujust test quick` | Quick runtime tests | | Services | `ujust test services` | All services test | | Status | `ujust test status` | Test status summary | ## Parameters ### ACTION Parameter ```bash ujust test ACTION="" ``` | Parameter | Values | Description | |-----------|--------|-------------| | `ACTION` | See actions below | Test to run | Without `ACTION`, shows interactive menu (requires TTY). ### Test Options ```bash ujust test [ACTION] [--instance=N] [--image=IMAGE] [--cpus=N] [--ram=MB] [--ssh-port=PORT] ``` | Parameter | Default | Description | |-----------|---------|-------------| | `--instance, -n` | `90` | Pod instance number for test pods | | `--image, -i` | (default) | Container image for bootc testing | | `--cpus`