Go Version banner
bborbe bborbe

Go Version

Development community

Description

--- description: Check and optionally update Go version across project files (go.mod, Dockerfile, CI configs) argument-hint: [check|update] [optional: directory...] allowed-tools: - Task --- # Go Version This command checks or updates the Go version across all project files using the coding:go-version-manager agent. Supports multiple directories for batch processing. ## Usage **Single Directory:** - `/coding:go-version` - Check Go version in current directory (report only) - `/coding:go-ve

Installation

Installs to ~/.claude/skills/bborbe-coding-go-version/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bborbe-coding-go-version && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/commands/go-version.md -o ~/.claude/skills/bborbe-coding-go-version/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository