Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$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 avril 2026 à 18:33
SKILL.md
readonly