Readability Sweep

Three-pass readability cleanup of application source: remove inline comments, extract cohesive blocks into intent-named private methods, and challenge every class and method name. Use whenever the user says "readability sweep", "no inline comments", "remove comments", "check naming", "make the code readable", "extract private methods", or asks to scan the project for readability violations. Edits allowed. Scope is application source only (not tests/config) unless told otherwise. Runs lint and the full test suite after changes.

digitaldreams db01e04 3.2 KB Updated

File contents

digitaldreams/tuhin/tree/main/skills/readability-sweep commit db01e04e89

Frequently asked questions

npx skillmds@latest add digitaldreams/readability-sweep