From aigroup-workflow
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
aigroup-workflow: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 codeape-7/ai-agent-workflowgroupAnalyzes 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.
Analyzes code comments in git diffs or files for accuracy, completeness, and value. Verifies against implementation, flags rot, redundancies, TODOs; advisory only.