go-vet

Identify and fix common go vet warnings for code safety.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides identifying and fixing common go vet warnings to improve code safety and correctness.

Core Features & Use Cases

  • Usage Guidance: Command templates for vet usage across packages.
  • Common Warnings: Examples and fixes for typical vet findings.
  • CI Integration: Recommendations for vet in CI workflows.

Quick Start

Run go vet ./... and address reported warnings.