Go tests need to be clear and reliable. The testify library helps you write better tests with simple checks and reusable mocks. You can use assert to keep going after a failure or require to stop right away. Test suites let you group setup and teardown steps. This skill shows you how to use these tools the right way.
When you test a Go program, you want to catch bugs fast. testify gives you easy ways to compare values, check errors, and test complex objects. You can also create mock objects to fake parts of your code. This keeps your tests focused and fast.
Anyone writing Go tests can benefit from testify. It works with the standard testing package and makes your test code easier to read. Use it to turn your tests into clear records of how your code should behave.
Global
mkdir -p ~/.claude/skills/golang-stretchr-testifyProject
mkdir -p .claude/skills/golang-stretchr-testifySource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step