assist v0.211
/verify-new slash command
Added a /verify-new Claude Code slash command that walks through registering a new verify:* run entry. The interesting step is the hunt-for-quietness one: because assist verify runs every verify:* entry in parallel and only surfaces output for failures, a noisy success drowns out the actual signal. The skill explicitly tells Claude to read the wrapped tool’s --help, look for --silent, --quiet, --reporter=dot-style options, and apply them before adding the entry, then verify with a real run. That’s the part I always forget to do manually.