goss
Installation
SKILL.md
Goss - Server Validation Tool
YAML-based server testing/validation tool. Single Go binary, no dependencies. Generates tests from current system state via goss add/goss autoadd.
Installation
# Binary install
curl -L https://github.com/goss-org/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss
chmod +rx /usr/local/bin/goss
# dgoss (Docker wrapper)
curl -L https://raw.githubusercontent.com/goss-org/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
chmod +rx /usr/local/bin/dgoss