standards-golang
CommunityEnforce Go quality with automated standards.
Authormaxritter
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Go projects often lack consistent dependency management, testing discipline, and code quality practices, leading to fragile code and higher maintenance costs.
Core Features & Use Cases
- Module management: go mod init, tidy, and verification for reliable dependencies.
- Testing discipline: go test coverage and robust testing practices.
- Code quality & formatting: gofmt, go vet, and golangci-lint for consistent style and safety.
- Idiomatic error handling and clean code structure across packages.
Quick Start
- Initialize a module: go mod init github.com/org/project
- Apply standard checks: go fmt -w ., go vet ./..., go test ./...
- Install and run linting: install golangci-lint and run golangci-lint run
- Keep dependencies tidy: go mod tidy
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: standards-golang Download link: https://github.com/maxritter/claude-pilot/archive/main.zip#standards-golang Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.