go-testing

Installation
SKILL.md

Go Testing Skill

When to Activate

Activate this skill when:

  • Writing Go unit tests
  • Creating table-driven tests
  • Working with test helpers and fixtures
  • Mocking dependencies via interfaces
  • Running benchmarks or fuzz tests

Quick Commands

# Run all tests
go test ./...

# Verbose output
go test -v ./...
Related skills
Installs
69
GitHub Stars
5
First Seen
Feb 5, 2026