Dry Refactoring

Guides systematic code refactoring following the DRY (Don't Repeat Yourself) principle. Use when user asks to eliminate code duplication, refactor repetitive code, apply DRY principle, or mentions code smells like copy-paste, magic numbers, or repeated logic. Implements a 4-step workflow from identifying repetition to verified refactoring.

aiskillstore Updated

File contents

aiskillstore/marketplace commit bd6d5624ab

Frequently asked questions

npx skillmds@latest add aiskillstore/dry-refactoring