Add `skillfile doctor` to diagnose common setup problems
#62 · Rust · ★ 138 · Apache-2.0 · updated 1mo ago
Every good CLI has a doctor command (brew doctor, flutter doctor). Right now if something's off with your setup (missing token, stale cache, git not on PATH) you only find out when a command fails with a cryptic error. A doctor command that checks everything upfront would save a…