complexity-analyzer

Official

Pinpoint complex C# code, prioritize testing.

AuthorCyberdineDevelopment
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Identifying overly complex C# methods that are prone to bugs and difficult to test manually is a challenge. This skill automatically calculates cyclomatic complexity, highlighting critical areas that demand immediate testing or refactoring, saving you from future headaches.

Core Features & Use Cases

  • Cyclomatic Complexity: Quantify the complexity of each method, property, and constructor in your C# codebase.
  • Priority Reporting: Generates a prioritized list of methods (CRITICAL, HIGH, MEDIUM, LOW) based on their complexity, guiding your testing efforts.
  • Grouped Analysis: View complexity reports grouped by namespace, project, directory, or class for targeted insights.
  • Use Case: Before a release, you want to ensure critical business logic is well-tested. Use complexity-analyzer to quickly identify all methods with "CRITICAL" complexity scores, allowing you to focus your test generation efforts where they matter most.

Quick Start

Use the complexity-analyzer skill to get a report of the most complex methods in the "MyProject" project, grouped by namespace.

Dependency Matrix

Required Modules

dotnet

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: complexity-analyzer
Download link: https://github.com/CyberdineDevelopment/claude-tools/archive/main.zip#complexity-analyzer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.