golang-testing
Comprehensive Go testing patterns covering TDD, table-driven tests, benchmarking, fuzzing, and mocking.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill golang-testingStats
| Total installs | 2,667 |
| Weekly installs | 2.7K |
| GitHub stars | 112.5K |
| First seen | Jan 27, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers the RED-GREEN-REFACTOR cycle with step-by-step examples for writing tests before implementation
- Includes table-driven test patterns for comprehensive coverage, error cases, and parallel execution with t.Run()
- Provides benchmarking techniques for performance analysis, memory allocation tracking, and comparative benchmarks across input sizes
- Supports fuzzing with seed corpus and property-based testing for input validation (Go 1.18+)
- Includes mocking via interfaces, HTTP handler testing with httptest, golden file comparisons, and coverage measurement strategies
Tags
Related skills
| Skill | Installs | vs golang-testing |
|---|---|---|
| python-expert | 1,926 | -741 |
| clerk-testing | 2,561 | -106 |
| anti-detect-browser | 2,225 | -442 |
| python-anti-patterns | 3,524 | +857 |
| playwright-skill | 2,657 | -10 |
FAQ
- How many installs does golang-testing have?
- golang-testing has 2,667 total installs and 2.7K installs this week.
- Where is golang-testing hosted?
- golang-testing is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does golang-testing have?
- golang-testing has 112.5K GitHub stars.
- When was golang-testing first indexed?
- OrangeBot.AI first indexed golang-testing on Jan 27, 2026.
- How do I install golang-testing?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill golang-testing