Skip to main content
Run any Skill in Manus
with one click
$pwd:

acn-go-context-lifecycle

// Go context propagation, goroutine lifecycle, and process shutdown discipline. Use when writing or reviewing code that spawns goroutines, manages process lifecycle, passes context through call chains, or handles graceful shutdown. Trigger on context.Background() outside of main/tests, fire-and-forget goroutines, custom exit channels where context would suffice, or missing context in function signatures. Also trigger when reviewing init/startup code that creates its own contexts instead of accepting one.

$ git log --oneline --stat
stars:425
forks:269
updated:April 16, 2026 at 18:33
SKILL.md
readonly