1---2name: quickstart-25943description: golangci-lint Quickstart4---5# golangci-lint Quickstart67golangci-lint is a fast, parallel Go linter that combines 100+ linters.89## Installation1011```bash12brew install golangci-lint13```1415## Basic Usage1617### Lint current directory18```bash19golangci-lint run20```2122### Lint specific package23```bash24golangci-lint run ./cmd/myapp25```2627### JSON output28```bash29golangci-lint run --out-format=json30```3132## Resources3334- [GitHub](https://github.com/golangci/golangci-lint)35- [Docs](https://golangci-lint.run/)
Run npx skillmds@latest add javimosch/quickstart-2594 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
golangci-lint Quickstart It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.