Help us improve
Share bugs, ideas, or general feedback.
From code-quality
Measuring and reducing cyclomatic complexity and cognitive complexity to improve maintainability.
npx claudepluginhub sethdford/claude-skills --plugin engineer-code-qualityHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-quality:code-complexity-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quantifying and reducing the inherent difficulty of code.
Analyzes code complexity metrics including cyclomatic, cognitive, Halstead, maintainability index, and nesting depth. Reports per-function/file details, top issues, and refactoring recommendations.
Analyzes code structure, complexity, and quality using cyclomatic and cognitive complexity metrics, detects code smells like long methods and god objects, and suggests refactoring strategies.
Analyzes cyclomatic complexity and maintainability index for Python and Go code to identify refactoring hotspots. Invoke with /complexity [path].
Share bugs, ideas, or general feedback.
Quantifying and reducing the inherent difficulty of code.
You are helping the engineer measure and reduce code complexity. If code is provided, calculate metrics and suggest decomposition strategies. Complexity is a primary predictor of bugs.