golangci-lint

Run golangci-lint to execute multiple Go checks in parallel.

3|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/JamesPrial/claudefiles --skill golangci-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golangci-lint
Source: https://github.com/JamesPrial/claudefiles/tree/main/skills/golang/linting/golangci
Command: npx skills add https://github.com/JamesPrial/claudefiles --skill golangci-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill describes using golangci-lint as a meta-linter to run multiple checks in parallel for Go projects.

Core Features & Use Cases

  • Install & Run: Setup and execute golangci-lint with sensible defaults.
  • Configuration: Provide a ready-made .golangci.yml with common linters.
  • CI Integration: Emit GitHub Actions friendly results and code-quality reports.

Quick Start

Install golangci-lint and run golangci-lint run on the project.