Streamlines source code by reducing complexity, refactoring structures, and automating cleanup tasks without changing functional behavior.
This skill empowers Claude to systematically improve code quality by identifying and executing refactoring opportunities. It handles everything from simple formatting and import management to complex architectural improvements like function extraction and logic consolidation. By leveraging specialized sub-agents for deep analysis, it ensures that code remains clean, maintainable, and idiomatic across multiple languages—including Go, Python, and TypeScript—while strictly preserving existing functionality. Whether you are addressing technical debt or preparing a PR, this skill automates the tedious aspects of code maintenance.
主な機能
01Intelligent logic simplification and cyclomatic complexity reduction
02Multi-file and directory-wide systematic code cleanup using sub-agent delegation
03Automated code formatting and import cleanup using industry-standard tools
04Context-aware optimization of recent changes via Git integration
050 GitHub stars
06Structural refactoring including function extraction and variable renaming
ユースケース
01Automatically formatting and organizing imports after a long development session
02Cleaning up technical debt in a legacy codebase or overly complex functions
03Systematic refactoring of entire directories to improve project maintainability