Holistic Editing

The discipline for any change, fix, refactor, or review whose unit of work is larger than a trivial one-liner. Use whenever you edit existing code or a knowledge page — the unit of work is the whole file or module, never the smallest diff that satisfies the request. A change is complete only when the file reads as if the requirement had existed from the beginning: no bolted-on functions, no _v2 wrappers, no special-case branches around logic that should itself change, no now-dead code left "to be safe." Coherence outranks minimal diffs. Load this before editing a file of any substance; it governs how implementer, reviewer, and every specialist touch existing files.

llopresto87 eb80589 10.9 KB Updated

File contents

llopresto87/Cypress/tree/main/skills/holistic-editing commit eb80589285

Frequently asked questions

npx skillmds@latest add llopresto87/holistic-editing