sk Skill · johnqtcg
unit-test
Use when the user asks for unit tests (e.g, "单元测试", "unit test"), wants to add/fix Go tests, wants table-driven and subtest organization, or wants to enforce a minimum coverage gate (default 80% for logic packages). Prioritize bug discovery (especially boundary, mapping loss, and concurrency defects) over test volume. Do NOT use for benchmarks, fuzz tests, integration tests, E2E tests, load tests, or mock generation.
Open on skills.sh ↗read 2026-09-18
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 4
- Connections
- 12
jsongobashPython
- Host repository
- johnqtcg/awesome-skills
- Allowed tools
- Read, Write, Grep, Glob, Bash(go test*), Bash(go build*), Bash(go vet*), Bash(go list*), Bash(git diff*), Bash(go tool cover*), Bash(dirname *), Bash(sort *)
- Host stars
- 30
- Host language
- Python