May 28, 2026·1 min read

Goleak — Goroutine Leak Detector for Go Tests

Goleak is a testing utility by Uber that detects goroutine leaks in Go programs. It verifies that all goroutines started during a test are properly terminated, catching resource leaks that would otherwise go unnoticed.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Community
Entrypoint
SKILL.md
Direct install command
npx -y tokrepo@latest install 35e9c801-5ad5-11f1-9bc6-00163e2b0d79 --target codex

Run after dry-run confirms the install plan.

Goleak is a testing utility by Uber that detects goroutine leaks in Go programs. It verifies that all goroutines started during a test are properly terminated, catching resource leaks that would otherwise go unnoticed.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.