Read-only publish target. Development is coordinated in RubyEyedReaper/Odin-Skills, where this skill lives under
skills/. Pull requests opened here are not merged — please file issues there instead.
Use when something happened that should not have — a bug just shipped, a wrong assumption, a missed validation, an unsafe or destructive action, a stale value used, an edge case nobody handled, or any preventable error. Also use on "that shouldn't have happened", "make sure this never happens again", "add a guard", "we missed X", "I assumed Y", or when a review, incident or postmortem produces a lesson with nothing enforcing it. Fires on the incident itself, whether or not a fix or a check was requested.
git clone https://github.com/RubyEyedReaper/skill-oops.git
cp -r skill-oops ~/.claude/skills/oopsOdin's own work: prose under CC-BY-SA-4.0, code under MIT — see LICENSE-CC-BY-SA-4.0 and LICENSE-MIT.