Skip to main content
在 Manus 中运行任何 Skill
一键导入

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.

概览

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.

安装命令
npx skills add https://github.com/buzzdan/ai-coding-rules --skill refactoring

复制此命令并粘贴到 Claude Code 中以安装该技能

星标4
分支1
更新时间2026年4月28日 14:49
文件资源管理器
4 个文件
SKILL.md
readonly