reviewing-complexity

Installation
SKILL.md

Complexity Review Skill

Purpose

Provides automated complexity analysis commands and manual detection patterns for identifying hard-to-maintain code. Use this as a reference for WHAT to check and HOW to detect complexity issues—not for output formatting or workflow.

Automated Complexity Analysis

Run Lizard complexity analyzer:

bash ~/.claude/plugins/marketplaces/claude-configs/review/scripts/review-complexity.sh

Returns:

  • Functions with cyclomatic complexity >= 15
  • NLOC (Non-comment Lines Of Code)
  • CCN (Cyclomatic Complexity Number)
Related skills
Installs
4
First Seen
Feb 4, 2026