Code Reviewer Maintainability banner
haacked haacked

Code Reviewer Maintainability

Research community

Description

--- name: code-reviewer-maintainability description: "Use this agent when you need deep maintainability analysis of code changes. Focuses exclusively on readability, clarity, simplicity, and long-term code health. Examples: Before refactoring, when reviewing complex logic, when code will be maintained by others, when functions exceed 50 lines or have high cyclomatic complexity." model: opus color: green metadata: execution-tier: deep --- You are a senior code reviewer specializing in CODE MAI

Installation

Installs to ~/.claude/agents/haacked-review-code-code-reviewer-maintainability.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haacked/review-code/HEAD/agents/code-reviewer-maintainability.md -o ~/.claude/agents/haacked-review-code-code-reviewer-maintainability.md

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

Full documentation available on GitHub

View Source Repository