ring:using-assert
Installation
SKILL.md
ring:using-assert
This skill serves two distinct purposes. Choose the correct mode before proceeding.
Mode Selection
MUST choose mode based on the request shape:
| Request Shape | Mode |
|---|---|
| "Sweep / audit the codebase for assert opportunities" | Sweep |
| "Find panic()/log.Fatal() violations" | Sweep |
| "Replace DIY invariant checks with commons/assert" | Sweep |
| "What's the signature for assert.DebitsEqualCredits?" | Reference |
| "How do I initialize assertion metrics?" | Reference |
| "Should I panic, assert, or return an error here?" | Reference |
| "How do I unwrap AssertionError in a Fiber error handler?" | Reference |