ring:using-runtime
Installation
SKILL.md
ring:using-runtime
This skill serves two distinct purposes. Choose the correct mode before proceeding.
The parent skill ring:using-lib-commons covers commons/runtime as 1 of 22 angles
(Angle 15: Panic handling DIY). This skill expands that single angle into 6 sub-angles
with deeper detection patterns, a full API reference, a policy decision tree, framework
integration patterns, and an anti-pattern catalog. Use it when panic handling is the
primary concern or when Angle 15 surfaced enough findings to warrant a focused sweep.
Mode Selection
MUST choose mode based on the request shape:
| Request Shape | Mode |
|---|---|
| "Sweep / audit panic handling / find naked goroutines" | Sweep |
| "Migrate this service to commons/runtime" | Sweep |
| "Are our defer recover() calls observable?" | Sweep |
Related skills