🎯

remove-ai-comments

🎯Skill

from chambersxdu/enhance-comment

VibeIndex|
What it does

Removes low-quality, redundant AI-generated comments from code while preserving meaningful documentation and context.

remove-ai-comments

Installation

Quick InstallInstall with npx
npx skills add https://github.com/ChambersXDU/enhance-comment --skill remove-ai-comments
πŸ“– Extracted from docs: chambersxdu/enhance-comment
0
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# enhance-comment

Remove AI-flavored, redundant, or obvious comments from your codebase for cleaner, more professional code.

Features

  • Detects and removes low-value comments (e.g., "Step 1: Do X", "Initialize variable", etc.)
  • Retains meaningful docstrings, explanations, and actionable TODOs
  • Includes a script to analyze comment density before and after cleanup

Usage

You can add this skill to your Claude-compatible environment with:

```

npx skills add https://github.com/ChambersXDU/enhance-comment --skill remove-ai-comments

```

Or manually copy the enhance-comment folder into your .claude/skills/ directory.