parker-plextrac

Code Smells Reviewer — Data & AI agent for Claude Code

Data & AI community

Read-only reviewer that identifies code smells — design issues that aren't bugs but make code harder to maintain.

How to install Code Smells Reviewer

Installs to ~/.claude/agents/parker-plextrac-pt-doots-code-smells-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/parker-plextrac/pt-doots/HEAD/agents/code-smells-reviewer.md -o ~/.claude/agents/parker-plextrac-pt-doots-code-smells-reviewer.md

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

What Code Smells Reviewer does


name: code-smells-reviewer description: Read-only reviewer that identifies code smells — design issues that aren't bugs but make code harder to maintain. Looks for feature envy, data clumps, primitive obsession, complex conditionals, excessive coupling, and other Fowler-catalog smells (size/decomposition expectations come from the loaded conventions overlay). Spawned at Step 4c (quality gate) in parallel with Code Reviewer, Acceptance QA, Edge Case QA, Test Reviewer, and Self-Containment Rev

Alternatives in Data & AI

  • Review Code Correctness — A code review agent that checks analysis scripts for logical errors, incorrect function usage, wrong variable 134 ★
  • News Sentiment Analyst — Specialized agent for news sentiment analysis of B3 stocks 124 ★
  • Product Designer — Use this agent when you need UX critique, information architecture analysis, or feature design validation for 92 ★

Full documentation available on GitHub

View Source Repository