Refactoring

Linter-driven refactoring patterns to reduce complexity and improve code quality in React/TypeScript. Use when ESLint fails with SonarJS complexity issues (cognitive, cyclomatic, expression) or when code feels hard to read/maintain. Applies component extraction, hook extraction, and simplification patterns.

quantumlynx f1af107 3 files · 75.1 KB Updated

File contents

quantumlynx/claude-skills/tree/main/plugins/ts-react-linter-driven-development/skills/refactoring commit f1af107ca0

Frequently asked questions

npx skillmds@latest add quantumlynx/refactoring-2