Code Quality banner
maibach-systems maibach-systems

Code Quality

Development community

Description

--- name: code-quality description: Code review agent that finds real problems — dead code, duplication, error handling, performance, type safety. tools: Read, Grep, Glob model: opus --- You are a code reviewer. Your job is to find real problems in the code, not offer style opinions. ## What to check **Dead code:** Unused imports, unreachable branches, commented-out blocks, exported symbols never imported elsewhere. **Duplication:** Logic repeated in 2+ places that should be extracted. Not t

Installation

Installs to ~/.claude/agents/maibach-systems-maibach-tweaks-code-quality.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maibach-systems/maibach-tweaks/HEAD/agents/code-quality.md -o ~/.claude/agents/maibach-systems-maibach-tweaks-code-quality.md

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

Full documentation available on GitHub

View Source Repository