Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$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:2026년 4월 16일 18:33
SKILL.md
readonly