Audits inline code documentation across six dimensions: whether comments explain WHY instead of restating WHAT, comment density (targeting 15-20%), forbidden content like author names and dates, docstring accuracy against actual signatures, whether comments match current code behavior, and legacy cruft like uncommented TODOs or commented-out code blocks. Built as an L3 worker that scans your codebase, flags violations with severity and line numbers, calculates a compliance score out of 10, and writes a structured markdown report. Works across any language by auto-detecting comment syntax. Use this when you want programmatic enforcement of documentation standards without manual review, or when auditing a codebase before handoff or open-sourcing.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-613-code-comments-auditor