golangci-lint

Installation
SKILL.md

golangci-lint

golangci-lint is a fast, parallel Go linters aggregator. It runs dozens of linters concurrently, caches results, and reports issues in a unified output. Use this skill to install, configure, run, and integrate golangci-lint into Go projects.

Installation

Binary (Recommended)

Install a pinned version into $(go env GOPATH)/bin:

curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.10.1
golangci-lint --version

Install into a local ./bin/ directory instead:

Related skills
Installs
3
GitHub Stars
10
First Seen
Mar 15, 2026