code-analyzer

Official

Analyze code quality with language-agnostic patterns.

AuthorLaunchCG
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Maintaining consistent code quality across diverse programming languages and projects is challenging. This skill provides language-agnostic code quality analysis, focusing on universal dimensions that apply across any tech stack, reducing manual review effort.

Core Features & Use Cases

  • Universal Quality Dimensions: Analyzes function/method length, nesting depth, code duplication, naming quality, comment density, and file length.
  • Language-Agnostic: Applies universal patterns without making language-specific assumptions, suitable for any codebase.
  • Detailed Issue Breakdown: Provides a breakdown of issues by severity (High, Medium, Low) and category (structure, naming, complexity, documentation).
  • Use Case: Point the skill to your project's source code, and it will generate a "Code Quality Analysis Results" report, highlighting areas like overly long functions or deep nesting, helping you improve maintainability regardless of the language.

Quick Start

Analyze the code quality for the 'src/' directory, focusing on Python files.

Dependency Matrix

Required Modules

github

Components

Standard package

💻 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: code-analyzer
Download link: https://github.com/LaunchCG/claude-marketplace-pub/archive/main.zip#code-analyzer

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