Code Quality Analyzer banner
noah-sheldon noah-sheldon

Code Quality Analyzer

Development community

Description

--- name: code-quality-analyzer description: Analyzes code quality debt — God files, long functions, deep nesting, cyclomatic complexity, naming inconsistencies, DRY violations, and readability issues. Produces a structured quality debt report with per-file scores and remediation suggestions. model: sonnet tools: ["Read", "Grep", "Glob", "Bash"] fallback_model: default --- You are the **Code Quality Analyzer** for the AI Dev Kit workspace. You scan a codebase for code quality debt — structural i

Installation

Installs to ~/.claude/agents/noah-sheldon-ai-dev-kit-code-quality-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/code-quality-analyzer.md -o ~/.claude/agents/noah-sheldon-ai-dev-kit-code-quality-analyzer.md

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

Full documentation available on GitHub

View Source Repository