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.

Azure dba80ae 13.0 KB Updated

File contents

azure/azure-container-networking/tree/main/.github/skills/acn-go-context-lifecycle commit dba80ae5ad

Frequently asked questions

npx skillmds@latest add azure/acn-go-context-lifecycle