remove-llm-comments

Official

Clean up AI-generated code comments.

Authorgitlabhq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill removes unnecessary, verbose, and often redundant comments generated by Large Language Models (LLMs) that clutter source code and obscure the actual logic.

Core Features & Use Cases

  • Removes Obvious Narration: Deletes comments that simply state what the code is doing (e.g., // Create a new vector).
  • Eliminates Changelog-Style Comments: Removes comments that mimic git commit messages (e.g., # Added error handling).
  • Removes Filler Explanations: Deletes comments that restate information already present in function signatures or code structure.
  • Use Case: After an LLM assists in writing code, run this Skill to produce cleaner, more maintainable code that reads like human-written code.

Quick Start

Use the remove-llm-comments skill to clean the comments in the file 'main.rs'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: remove-llm-comments
Download link: https://github.com/gitlabhq/orbit-knowledge-graph/archive/main.zip#remove-llm-comments

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.