From go-checker
Use when the user asks about Go dependencies, go.mod, go.sum, or module verification. Trigger on phrases "dependencies", "go mod", "verify deps", "tidy deps", "module check", "dependency audit". Runs go mod verify and/or go mod tidy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/go-checker:deps-verify [verify|tidy|both][verify|tidy|both]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify and/or tidy Go module dependencies.
Verify and/or tidy Go module dependencies.
"Which operation? (a) verify — check module download checksums (read-only, safe in CI) (b) tidy — add missing and remove unused dependencies (modifies go.mod/go.sum) (c) both — run verify then tidy"
bash "$(ls ~/.claude/plugins/cache/athapong-go-checker/go-checker/*/scripts/deps-verify.sh 2>/dev/null | head -1)" <verify|tidy|both>
tidy ran, tell the user: "go.mod and go.sum may have been modified. Review changes with git diff go.mod go.sum before committing."./go-checker-reports/deps-verify-<timestamp>.txt.npx claudepluginhub athapong/go-checker --plugin go-checkerProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.