mickeyyaya

Golang Test Review — Testing skill for Claude Code

Testing community

Use when reviewing Go test code (new or changed _test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag c.

How to install Golang Test Review

Installs to ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/commands/golang-test-review.md -o ~/.claude/skills/mickeyyaya-evolve-loop-golang-test-review/SKILL.md

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

What Golang Test Review does


description: "Use when reviewing Go test code (new or changed *_test.go files, test harnesses, fixtures, or test tooling) for a Go-test-expert pass — behavior-over-surface, determinism, parallel-safety, build-tag correctness, and harness reuse. Complements the general code-reviewer with test-specific rigor."

Run the **golang-t

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★

Full documentation available on GitHub

View Source Repository