Code Simplify

Reduce a change's complexity WITHOUT altering behavior — lower cognitive load, not line count: read the target plus its callers and tests, take a baseline check, then apply the smallest clarifying edits in safest order (dead code and boolean cleanup → flatten nesting with guard clauses → consolidate duplication → local renames and helper extraction), respecting Chesterton's Fence. Re-runs the baseline after each edit and reverts any change that alters observable behavior or regresses, keeping only the safe improvements — a simplification that changes semantics is a bug, not a cleanup. Use only when the user explicitly asks to simplify or clean up existing code.

ulpi-io 7ae1191 2 files · 12.6 KB Updated

File contents

ulpi-io/skills/tree/main/code-simplify commit 7ae1191885

Frequently asked questions

npx skillmds add ulpi-io/code-simplify