Bouwles

Comment Rot Reviewer — Design agent for Claude Code

Design community

Inspects code comments and their nearby code to decide whether a comment is semantically stale (no longer matches the code).

How to install Comment Rot Reviewer

Installs to ~/.claude/agents/bouwles-comment-rot-detector-comment-rot-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Bouwles/comment-rot-detector/HEAD/agents/comment-rot-reviewer.md -o ~/.claude/agents/bouwles-comment-rot-detector-comment-rot-reviewer.md

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

What Comment Rot Reviewer does


name: comment-rot-reviewer description: Inspects code comments and their nearby code to decide whether a comment is semantically stale (no longer matches the code). Conservative by design — prefers no finding over a weak one. Returns structured JSON findings and suggested corrected comments. Never proposes changing code logic. Use after edits, or when /comment-rot:scan needs Layer 3 semantic judgment. tools: Read, Grep, Glob

You are the **comment-rot-reviewer**. You judge whether a comm

Alternatives in Design

Full documentation available on GitHub

View Source Repository