go-linting

Route Go linting tasks to vet, staticcheck, and golangci-lint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill outlines a unified Go linting workflow by routing tasks to vet, staticcheck, and golangci-lint, improving code quality with minimal setup.

Core Features & Use Cases

  • Routed Linting: Leverage vet, staticcheck, and golangci-lint in a cohesive workflow.
  • CI-Friendly: Integrates with common CI pipelines for code quality checks.
  • Common Fixes: Guidance on typical fixes for reported issues.

Quick Start

Install the required linting tools and run the linting pipeline across the repository.