Skip to main content
Back to registry

go-linting

cxuu/golang-skills

Installs219
Install command
npx skills add https://github.com/cxuu/golang-skills --skill go-linting
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Source : Uber Go Style Guide More important than any "blessed" set of linters: lint consistently across a codebase . Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Source : Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Note : revive is the modern, faster successor to the now-deprecated golint . Source : Uber Go Style Guide Use golangci-lint as your lint runner: See the example .golangci.yml from uber-go/guide. Create .golangci.yml in your project root: - Performance : Optimized for large codebases - Unified config : Configure many linters at once - Extensible : Add linters as needed for your project - For core style principles: go-style-core - For testing best practices: go-testing

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does go-linting do?

go-linting is listed in SkillJury, but the source summary is still sparse.

Is go-linting good?

go-linting does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does go-linting work with?

go-linting currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to go-linting?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install go-linting?

npx skills add https://github.com/cxuu/golang-skills --skill go-linting

Related skills

More from cxuu/golang-skills

Related skills

Alternatives in Software Engineering