Analyze Complexity banner
PoulpYBifle PoulpYBifle

Analyze Complexity

Development community

Description

# /analyze-complexity - Analyze Code Complexity Analyzes code complexity metrics and provides recommendations for simplification. ## Usage ``` /analyze-complexity [path] [metrics] ``` ## Parameters - `path`: Path to analyze (optional, defaults to src/) - `metrics`: Complexity metrics to analyze (cyclomatic, cognitive, halstead, maintainability) ## What this command does 1. **Calculate complexity metrics**: - Cyclomatic complexity - Cognitive complexity - Halstead complexity - Ma

Installation

Installs to ~/.claude/commands/poulpybifle-claude-code-framework-analyze-complexity.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/PoulpYBifle/Claude-Code-Framework/HEAD/.claude/commands/analyze-complexity.md -o ~/.claude/commands/poulpybifle-claude-code-framework-analyze-complexity.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository