概要
The Code Analysis skill empowers Claude to perform deep static analysis of codebases, identifying complexity hotspots and maintenance risks through quantitative metrics like Cyclomatic and Cognitive complexity. It systematically highlights common anti-patterns—such as 'God Objects,' 'Deep Nesting,' and 'Dead Code'—while providing actionable refactoring strategies to improve code maintainability. This skill is essential for developers looking to uphold high standards of code quality and structural integrity across diverse programming environments.