AI AGENT ADDONS

Golang Testing

affaan-m/ecc
Testing & QA
779installs

Go developers can write better tests using proven patterns. This skill covers table-driven tests, subtests, benchmarks, and fuzzing. It follows the Test-Driven Development (TDD) workflow.

You learn the RED-GREEN-REFACTOR cycle. First you write a failing test. Then you add minimal code to pass it. Finally you improve the code. This helps you build reliable software step by step.

The skill shows how to organize tests with subtests and run benchmarks. It also includes fuzz testing for input validation. All examples use idiomatic Go practices.

Add Golang Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-testing

Project

mkdir -p .claude/skills/golang-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago