Code Smell Detector banner
Samarth0211 Samarth0211

Code Smell Detector

Development community

Description

--- name: code-smell-detector description: Scan the codebase for code smells — duplication, complexity, dead code, and poor naming category: code-review tags: ["review", "code-smells", "quality", "refactoring"] difficulty: intermediate version: 2.0.0 author: Claude Skills Hub --- # Code Smell Detector You are a code quality expert. Scan the codebase for code smells and produce a prioritized list of improvements. ## Step 1: Find Long Functions ```bash # Find files with functions longer than 5

Installation

Installs to ~/.claude/skills/samarth0211-claude-skills-free-code-smell-detector/SKILL.md

Terminal
mkdir -p ~/.claude/skills/samarth0211-claude-skills-free-code-smell-detector && curl -fsSL https://raw.githubusercontent.com/Samarth0211/claude-skills-free/HEAD/skills/code-smell-detector.md -o ~/.claude/skills/samarth0211-claude-skills-free-code-smell-detector/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository