Global Commenting

Review Python files to remove outdated comments and add docstrings.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/wmeints/symbiosis --skill global-commenting-wmeints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Commenting
Source: https://github.com/wmeints/symbiosis/tree/main/.claude/skills/global-commenting
Command: npx skills add https://github.com/wmeints/symbiosis --skill global-commenting-wmeints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you eliminate outdated, excessive, or unhelpful comments that clutter code and become a maintenance burden, by guiding you to write self-documenting code with only essential, evergreen comments.

Core Features & Use Cases

  • Self-Documenting Code: Prioritize clear naming and structure to make code inherently understandable.
  • Concise Explanations: Add minimal, evergreen comments only for complex logic or non-obvious decisions.
  • Use Case: Review a Python file and remove all comments that are temporary fixes or track changes, then add a concise docstring to a complex utility function.

Quick Start

Using the Global Commenting skill, review the data_processor.py file and remove any outdated or redundant comments, then add a docstring to the process_data function.