dgx-diagnose

Installation
SKILL.md

DGX Station Diagnostics

Diagnose common DGX Station issues. Run through the checks below to identify the problem.

Step 1. Gather system state

Run these commands and analyze the output:

# GPU status
nvidia-smi

# GPU device list with indices
nvidia-smi --query-gpu=index,name,memory.used,memory.total --format=csv,noheader

# Driver version
nvidia-smi --query-gpu=driver_version --format=csv,noheader | head -1
Installs
1
GitHub Stars
1.0K
First Seen
Jul 3, 2026
dgx-diagnose — nvidia/dgx-spark-playbooks