Applies the official Effective Go guide as you write, review, or refactor Go code. It enforces idiomatic patterns and conventions directly from go.dev/doc/effective_go, so you're not constantly alt-tabbing to check naming rules or whether you're handling errors the Go way. Comes from the OpenShift HyperShift repo, which makes sense since they're shipping production Go at scale. If you're tired of bikeshedding style in reviews or just want your code to look like it was written by someone who knows the language, this keeps you honest without being preachy about it.
npx skills add https://github.com/openshift/hypershift --skill effective-go