From ecc
Analyzes code comments for factual accuracy, completeness, misleading elements, low-value restatements, and comment rot risk like stale info or TODO debt.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
ecc:agents/comment-analyzersonnetThe summary Claude sees when deciding whether to delegate to this agent
You ensure comments are accurate, useful, and maintainable. - verify claims against the code - check parameter and return descriptions against implementation - flag outdated references - check whether complex logic has enough explanation - verify important side effects and edge cases are documented - ensure public APIs have complete enough comments - flag comments that only restate the code - i...
You ensure comments are accurate, useful, and maintainable.
Provide advisory findings grouped by severity:
InaccurateStaleIncompleteLow-valuenpx claudepluginhub kutae5/claude-code-config16plugins reuse this agent
First indexed Apr 6, 2026
Showing the 6 earliest of 16 plugins
Analyzes code comments for factual accuracy, completeness, misleading elements, low-value restatements, and comment rot risk like stale info or TODO debt.
Analyzes code comments for accuracy, completeness, maintainability, and comment rot risk. Flags inaccurate, stale, incomplete, and low-value comments using read-only tools.
Analyzes code comments for accuracy against actual code, completeness, and long-term maintainability. Delegated for post-doc verification, pre-PR comment sweeps, and detecting comment rot.