Skip to main content
Execute qualquer Skill no Manus
com um clique
$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:16 de abril de 2026 às 18:33
SKILL.md
readonly