go-testing-with-testify
Installation
SKILL.md
Go Testing With Testify
Workflow for writing, reviewing, and hardening Go tests built on the standard
testing package and the stretchr/testify toolkit (assert, require,
mock, suite).
Go+testify tests are checks — automated pass/fail assertions on behavior
contracts. Testing as investigation — charters, heuristics, oracles under
stress, edge-case discovery, perspective rotation — is upstream. Compose with
tester-mindset when strategy, risk framing, or the shape of the unknown
dominates.