Global Commenting

Standardize commenting practices across a codebase with consistent style.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alenon/portfolios --skill global-commenting-alenon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Commenting
Source: https://github.com/alenon/portfolios/tree/main/.claude/skills/global-commenting
Command: npx skills add https://github.com/alenon/portfolios --skill global-commenting-alenon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes commenting practices across your entire codebase, making code easier to understand, maintain, and debug for all developers. It eliminates ambiguity and ensures critical logic is always well-documented, saving you time on onboarding and code comprehension.

Core Features & Use Cases

  • Unified Comment Style: Guides AI to apply a consistent style for all comments, from inline explanations to function documentation.
  • Improved Readability: Enhances code clarity by ensuring comments are informative, concise, and strategically placed.
  • Use Case: When reviewing a new feature implementation or integrating new team members, this skill ensures all new code blocks and complex logic are adequately and consistently commented, reducing explanation overhead.

Quick Start

Use the Global Commenting skill to add appropriate comments to the calculatePortfolioValue function in internal/services/portfolio.go, explaining its logic and parameters.