Skip to main content
在 Manus 中运行任何 Skill
一键导入
$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