Comment Analyzer
Use this agent when you need to analyze code comments for accuracy, completeness, and long-term maintainability. This includes (1) after generating large documentation comments or docstrings, (2) before finalizing a pull request that adds or modifies comments, (3) when reviewing existing comments for potential technical debt or comment rot, and (4) when you need to verify that comments accurately reflect the code they describe. See "When to invoke" in the agent body for worked scenarios.
- Type
- subagent
- GitHub stars
- ★ 31.5K
- Repository
- anthropics/claude-plugins-official
- Category
- —
Install
1Manual install
Copy the subagent file from the repository into ~/.claude/agents/<name>.md. The filename must match the subagent name (e.g. comment-analyzer-2.md).
2Verify
/agents, /commands or /hooks in Claude CodeRestart Claude Code and list your installed components to confirm it was picked up.
⚠️ Some repositories ship a CLI installer — check the repo README for the recommended method.
Prefer the full source? The repository README is the authoritative install reference.