Clean Code

Audit → fix → verify the branch diff against KISS, DRY, SOLID, and YAGNI. Finds duplicated logic, units with more than one reason to change, needless abstraction or speculative extensibility, wrong-altitude code, and dead code in the changed files — then applies the smallest safe refactor for each, one atomic commit per fix, under a green test suite. Quality only: it does not hunt for bugs (use /review or /code-review for that). Use when asked to "clean up the diff", "simplify this", "DRY this up", "refactor for SOLID", "remove duplication", "KISS", "YAGNI check", or "tidy before ship".

ariadoss c953cee 10.1 KB Updated

File contents

ariadoss/superskills/tree/main/skills/clean-code commit c953ceecf7

Frequently asked questions

npx skillmds@latest add ariadoss/clean-code