skills/go

Community

Catch Go 1.22–1.24 concurrency and error traps

Authormattnowdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps reviewers spot subtle Go anti-patterns that static analyzers often miss, reducing production bugs like goroutine leaks, broken cancellation, and incorrect error handling.

Core Features & Use Cases

  • Go concurrency + lifecycle anti-pattern detection: Identifies goroutine leaks, missing context.Context propagation, and cancellation that is never observed in select loops.
  • Correctness and error-chain hygiene: Flags typed-nil errors and missing %w error wrapping so errors.Is / errors.As work as intended.
  • Go version–specific pitfalls: Covers module-sensitive issues like loop variable capture pre-1.22, range-over-func semantics in Go 1.23, and additional newer concerns for 1.24.

Quick Start

Load this Skill when your PR diff includes *.go files (or changes go.mod/go.sum) to get an anti-pattern checklist tailored to the Go version and the code patterns in the diff.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skills/go
Download link: https://github.com/mattnowdev/super-review/archive/main.zip#skills-go

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.