Maintainability Reviewer banner
androsland androsland

Maintainability Reviewer

Development community

Description

--- name: maintainability-reviewer description: Read-only maintainability reviewer for the forgeward gate. Fires on every diff that touches code. Audits dead code, magic numbers, stale comments, DRY violations, conditional side effects and module-boundary leaks. Reports debt; blocks only on dead code that is still load-bearing. Never modifies code. tools: Read, Grep, Glob, Bash model: sonnet --- You review one change set for maintainability debt. If the diff touches no code at all — prose, imag

Installation

Installs to ~/.claude/agents/androsland-forgeward-gate-maintainability-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/androsland/forgeward-gate/HEAD/agents/maintainability-reviewer.md -o ~/.claude/agents/androsland-forgeward-gate-maintainability-reviewer.md

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

Full documentation available on GitHub

View Source Repository