home/categories/code-quality/novusaevum-dev-agents-orchestration-configs-claude-code-skills-refactoring-skill-md
code-qualitytesting-security
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.
maintainer
NovusAevum
更新於 11/18/2025
星標
1
分支
0
quick start
Installation and usage
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.
安裝
$ install --globalskills.sh
使用
安裝後,您可以透過在終端機執行以下指令來使用此技能:
skills use refactoring