Clean Comments banner
zieka zieka

Clean Comments

Git community

Description

--- name: clean-comments description: Clean up code comments in PR or staged changes args: none --- # Clean Comments Clean up all comments made in this PR. If there is no PR look at the staged changes and potentially the last commit. Ask for clarification if not obvious. ## Comment Guidelines - We like docblocks on components stating the initial intention and assumptions made. We dont care for @param and @return annotations - We like inline comments that are very short giving vital reasoning

Installation

Installs to ~/.claude/commands/zieka-cpm-public-registry-clean-comments.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zieka/cpm-public-registry/HEAD/.claude/commands/clean-comments.md -o ~/.claude/commands/zieka-cpm-public-registry-clean-comments.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository