go-testing
Go Testing Skill
Go testing follows a 4-phase workflow: understand what needs testing, write idiomatic tests, run and verify, review quality. Every function with multiple test cases uses table-driven pattern. Every helper calls t.Helper(). Every concurrent test runs with -race.
Instructions
Phase 1: UNDERSTAND Test Requirements
Goal: Determine what needs testing and the appropriate test strategy.
Step 1: Identify test scope
- What function/method/package is being tested?
- Is this a new test, modification, or coverage gap?
- Are there existing tests to follow as patterns?
Read and follow repository CLAUDE.md before writing tests — project conventions
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9