go-linting
✓Recommended Go linters and golangci-lint configuration. Use when setting up linting for a Go project or configuring CI/CD.
Installation
SKILL.md
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.
These linters catch the most common issues while maintaining a high quality bar:
Recommended Go linters and golangci-lint configuration. Use when setting up linting for a Go project or configuring CI/CD. Source: cxuu/golang-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cxuu/golang-skills --skill go-linting- Source
- cxuu/golang-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is go-linting?
Recommended Go linters and golangci-lint configuration. Use when setting up linting for a Go project or configuring CI/CD. Source: cxuu/golang-skills.
How do I install go-linting?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cxuu/golang-skills --skill go-linting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cxuu/golang-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01