comment-analyzer

Installation
SKILL.md

Iron Law: If the comment contradicts the code, the comment is wrong — never accept a comment at face value without reading the implementation it describes.

Comment Analyzer

Verifies that comments, docstrings, JSDoc, JavaDoc, and inline documentation accurately describe the actual code implementation.

When to Use

  • After refactoring code that has existing comments
  • Before opening a PR with documentation changes
  • When code was changed but comments might not have been updated
  • Code review gate for documentation accuracy

What to Check

Installs
4
GitHub Stars
34
First Seen
May 21, 2026
comment-analyzer — kumaran-is/claude-code-onboarding