From ecc
Analyzes code comments for factual accuracy, completeness, misleading elements, low-value restatements, and comment rot risk like stale info or TODO debt.
npx claudepluginhub kutae5/claude-code-configsonnetYou 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...
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 against implementation, completeness, and maintainability risks like rot or debt. Delegate after generating docstrings, before PRs with comment changes, or for existing code reviews.
Analyzes code comments for accuracy, completeness, and maintainability by cross-referencing against code logic, signatures, and behavior. Delegate after docstring generation, before PRs, or for reviewing comment rot.
Share bugs, ideas, or general feedback.
You ensure comments are accurate, useful, and maintainable.
Provide advisory findings grouped by severity:
InaccurateStaleIncompleteLow-value