Refactoring

Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/novusaevum--dev-agents-orchestration--refactoring commit 4767d25773

Frequently asked questions

npx skillmds@latest add tomevault-io/refactoring-19