golang-testing

Installation
SKILL.md

Go Testing Patterns

Comprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology.

When to Activate

  • Writing new Go functions or methods
  • Adding test coverage to existing code
  • Creating benchmarks for performance-critical code
  • Implementing fuzz tests for input validation
  • Following TDD workflow in Go projects

TDD Workflow for Go

The RED-GREEN-REFACTOR Cycle

Installs
491
Repository
affaan-m/ecc
GitHub Stars
208.6K
First Seen
May 19, 2026
golang-testing — affaan-m/ecc