AI AGENT ADDONS
Code Review & Quality
33,382installs

Keep your Go code clean and consistent with automated linting. golangci-lint brings together over 100 linters into one easy tool. It checks for bugs, style mistakes, and security issues before they reach production.

This skill helps you set up golangci-lint for any Go project. You will learn how to create a .golangci.yml file, run linters, and fix problems automatically. It also shows how to suppress warnings the right way using //nolint comments.

Developers get faster feedback and cleaner code. Teams can enforce quality rules across all projects. Everyone benefits from fewer bugs and simpler code reviews.

Add Golang Lint skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-lint

Project

mkdir -p .claude/skills/golang-lint

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago