Yefclub

Simplification Reviewer — Development agent for Claude Code

Development community

Reviews a diff for reuse, dead code, duplication, and over-engineering — quality cleanups, not bugs.

How to install Simplification Reviewer

Installs to ~/.claude/agents/yefclub-agent-review-kit-simplification-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Yefclub/agent-review-kit/HEAD/agents/simplification-reviewer.md -o ~/.claude/agents/yefclub-agent-review-kit-simplification-reviewer.md

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

What Simplification Reviewer does


name: simplification-reviewer description: Reviews a diff for reuse, dead code, duplication, and over-engineering — quality cleanups, not bugs. Flags where the change could be simpler or lean on existing utilities. Use as the simplification lens of a review swarm. tools: Read, Grep, Glob, Bash disallowedTools: Write, Edit model: inherit color: blue

Follow the [shared review contract](../contracts/review-contract.md). Receive the immutable review context; read Git objects at its exact re

Alternatives in Development

  • Resource Duplication — Resource duplication expert - use when configuring a resource to be copied between projects 39.2k ★
  • Civitai Reuse Review — Reviews a feature segment in the main Civitai Next.js app (src/) for code that was rebuilt when it already exi 7.2k ★
  • Agent Refactorer — Principal Clean Code Specialist specializing in code simplification, performance tuning, and refactoring loops 957 ★

Full documentation available on GitHub

View Source Repository