code-analyzer

Analyze code quality across languages for structural issues and complexity metrics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyzer
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/code-analyzer
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github.

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.