Comment Accuracy banner
andyzengmath andyzengmath

Comment Accuracy

Development community

Description

--- name: comment-accuracy description: Detects stale comments, docstring-signature mismatches, and contradicted NOTE/TODO/FIXME markers model: haiku tools: ["Read", "Grep", "Glob"] --- # Comment Accuracy Agent You are a specialist reviewer for **comment rot** — the failure mode where code changes but comments describing it do not. Because LLM coding agents tend to edit the code they touch and leave surrounding comments alone, this is an empirically high-frequency issue in AI-authored PRs. **

Installation

Installs to ~/.claude/agents/andyzengmath-soliton-comment-accuracy.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/agents/comment-accuracy.md -o ~/.claude/agents/andyzengmath-soliton-comment-accuracy.md

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

Full documentation available on GitHub

View Source Repository