sk Skill · johnqtcg
go-performance-review
Review Go code for performance issues including slice/map pre-allocation, string concatenation, N+1 queries, connection pool configuration, sync.Pool, memory alignment, lock scope, buffered I/O, and HTTP transport tuning. Trigger when code contains make(), loops, database queries, string building, sync primitives, HTTP clients, or hot-path operations. Use for performance-focused review.
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 6
Python
- Host repository
- johnqtcg/awesome-skills
- Allowed tools
- Read, Grep, Glob, Bash(go build*), Bash(go vet*), Bash(go test -bench*)
- Host stars
- 30
- Host language
- Python