Go Write Test banner
bborbe bborbe

Go Write Test

Testing community

Description

--- allowed-tools: Bash(git status:*), Bash(go mod:*), Read, Grep argument-hint: [basic|standard|integration] [path] description: Write Go tests with configurable coverage modes for changed or specified files --- # Go Write Test Write Go tests in batch mode with three coverage levels. Defaults to testing only git-modified files. ## Arguments **Mode** (required): - `basic`: One happy path test per function - `standard`: Happy path + error cases + edge cases - `integration`: Standard + multi-c

Installation

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

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

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

Full documentation available on GitHub

View Source Repository