Simplify

Reduce complexity in recently changed code — cut needless abstraction, dead code, and duplication; improve names and structure — WITHOUT changing behavior. Quality only; it does not hunt for bugs (use review for that). Use after implementing a chunk of work, before review, or whenever a diff feels more complicated than the problem it solves. Triggers on "clean this up" / "tidy this" / "refactor this" when code already exists; for an underspecified goal with no code yet, use `clarify`.

ronaknnathani 6a6d253 5.5 KB Updated

File contents

ronaknnathani/relay/tree/main/skills/simplify commit 6a6d25317b

Frequently asked questions

npx skillmds@latest add ronaknnathani/simplify