This sets up GitHub Actions workflows for Go projects with all the production CI pieces: testing with race detection across Go versions, golangci-lint, gosec and CodeQL for security, govulncheck for vulnerabilities, codecov integration, and GoReleaser for automated releases. It also handles Dependabot or Renovate for dependency updates with optional auto-merge. The skill follows a two-mode approach: either scaffolding CI from scratch in a specific order (test, lint, security, release) or auditing existing workflows to fill gaps. Good for both greenfield Go projects and retrofitting quality gates onto existing repos. The workflows are opinionated about things like requiring race detection and enforcing coverage thresholds.
npx skills add https://github.com/samber/cc-skills-golang --skill golang-continuous-integration