Help us improve
Share bugs, ideas, or general feedback.
From code
Enforces guidelines for clean code comments: use sparingly, ban commented-out code and change descriptions, avoid end-of-line comments. Use when adding, editing, or removing comments.
npx claudepluginhub motlin/claude-code-plugins --plugin codeHow this skill is triggered — by the user, by Claude, or both
Slash command
/code:comment-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Use comments sparingly
Audits code clarity and documentation quality using APOSD's obviousness rules. Covers naming quality, comment accuracy, AI-facing doc completeness, and a comments-first workflow for new code.
Provides language-agnostic guidelines for code quality, comments, error handling, and formatting when writing or reviewing code in any language. Project-specific conventions take priority.
Phrases code review comments to be kind, clear, and actionable. Distinguishes blocking issues from optional suggestions to help authors improve.
Share bugs, ideas, or general feedback.
this.timeout(10_000); // Increase timeout for API calls