Agent Skills: go-defensive
Use when hardening Go code at API boundaries — copying slices/maps, verifying interface compliance, using defer for cleanup, time.Time/time.Duration, or avoiding mutable globals. Also use when reviewing for robustness concerns like missing cleanup or unsafe crypto usage, even if the user doesn't mention "defensive programming." Does not cover error handling strategy (see go-error-handling).
UncategorizedID: cxuu/golang-skills/go-defensive
658
Install this agent skill to your local
Skill Files
Browse the full folder contents for go-defensive.
Loading file tree…
Select a file to preview its contents.