Simplification Reviewer — Development agent for Claude Code
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
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 RepositoryRelated Agents
Plan Feature Reuse
Scans the codebase for existing components, hooks, utilities, services, styles, and types whose domain overlap
Loom Hermit
Loom Hermit - Simplification specialist that identifies and proposes removal of unnecessary complexity, bloat,
Hatch3r Maintainability
Maintainability quality specialist — reviews generated code for duplication index, pattern reuse, cyclomatic c
Code Simplifier Readonly
READ-ONLY code simplifier for Phase 1 pipeline. Returns simplification/dead-code/abstraction findings as JSON.
Code Reviewer 3
Reviews code for structural problems — duplication, dead code, broken abstractions, and consistency violations
Code Quality
Code review agent that finds real problems — dead code, duplication, error handling, performance, type safety.
Related Skills
Simplicity Review
Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Reviews the current diff for ov
Pre Commit Review
Independent QA review of a working-tree diff before commit. Spawns a read-only reviewer agent to find correctn
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi