Simplify Reuse Reviewer — Development agent for Claude Code
Read-only reuse lens of the HIGH simplify pass: missed local helpers, duplicated logic, repeated literals/config/schema/query shapes, and abstractions that only add indirection, behavior-preserving, w.
How to install Simplify Reuse Reviewer
Installs to ~/.claude/agents/negifis-claude-code-stack-simplify-reuse-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Negifis/claude-code-stack/HEAD/agents/simplify-reuse-reviewer.md -o ~/.claude/agents/negifis-claude-code-stack-simplify-reuse-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Simplify Reuse Reviewer does
name: simplify-reuse-reviewer description: 'Read-only reuse lens of the HIGH simplify pass: missed local helpers, duplicated logic, repeated literals/config/schema/query shapes, and abstractions that only add indirection, behavior-preserving, with file:line evidence.' tools: Read, Grep, Glob, mcp__codebase-memory-mcp__search_graph, mcp__codebase-memory-mcp__query_graph, mcp__codebase-memory-mcp__get_code_snippet, mcp__codebase-memory-mcp__search_code, mcp__codebase-memory-mcp__trace_path, mc
Alternatives in Development
- Svelte Abstraction Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for duplicatio 7.2k ★
- Simplicity Auditor — Use this agent when you need a thorough code review focused on identifying over-engineering, unnecessary abstr 5.2k ★
- Geometry Change — Use when modifying the keyboard rendering pipeline — the files src/lib/worker/geometry.ts, src/lib/worker/cach 662 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Simplify Reviewer
Read-only simplify pass of a STANDARD candidate: reuse, quality and efficiency findings in one report, behavio
PM Simplify Review
Read-only simplicity reviewer for Product Masters LMS diffs. Finds needless complexity, duplication, dead code
Simplify Efficiency Reviewer
Read-only efficiency lens of the HIGH simplify pass: redundant loops, repeated parsing/I-O/queries/allocations
Qrspi Code Simplifier
Identifies opportunities to simplify code while preserving all functionality. Deep mode only. Runs after all c
Feature Advisor
Query-time advisor subagent. Reads the maintainer's free-form question ("I want to add X — what's affected?"),
Shep Clean Arch Auditor
Read-only clean architecture auditor for shep. Scans a specified directory for dependency-rule violations, mag
Related Skills
Exorcise
Audit the current changeset (or a PR) against its stated intent, then apply — revert hunks nothing in the inte
J Defrag
Scan the codebase for fragmentation — duplicated components, inconsistent patterns, files to consolidate, logi
Fast
Execute the current task using FAST mode: inspect, reuse, make the smallest change, verify, simplify.